From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Feifei Wang <wff_light@vip.163.com>
Subject: |WARNING| pw154676 [V2 04/18] net/hinic3: add support for cmdq mechanism
Date: Wed, 25 Jun 2025 04:31:30 +0200 (CEST) [thread overview]
Message-ID: <20250625023130.D21431252CF@dpdk.org> (raw)
In-Reply-To: <20250625022827.3091-5-wff_light@vip.163.com>
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/154676
_coding style issues_
WARNING:TYPO_SPELLING: 'wqs' may be misspelled - perhaps 'was'?
#896: FILE: drivers/net/hinic3/base/hinic3_cmdq.c:811:
+ &cmdqs->saved_wqs[cmdq_type], cmdq_type);
WARNING:TYPO_SPELLING: 'wqs' may be misspelled - perhaps 'was'?
#918: FILE: drivers/net/hinic3/base/hinic3_cmdq.c:833:
+ hinic3_cmdq_free(cmdqs->saved_wqs, HINIC3_MAX_CMDQ_TYPES);
WARNING:TYPO_SPELLING: 'wqs' may be misspelled - perhaps 'was'?
#926: FILE: drivers/net/hinic3/base/hinic3_cmdq.c:841:
+ size_t saved_wqs_size;
WARNING:TYPO_SPELLING: 'wqs' may be misspelled - perhaps 'was'?
#937: FILE: drivers/net/hinic3/base/hinic3_cmdq.c:852:
+ saved_wqs_size = HINIC3_MAX_CMDQ_TYPES * sizeof(struct hinic3_wq);
WARNING:TYPO_SPELLING: 'wqs' may be misspelled - perhaps 'was'?
#938: FILE: drivers/net/hinic3/base/hinic3_cmdq.c:853:
+ cmdqs->saved_wqs = rte_zmalloc(NULL, saved_wqs_size, 0);
WARNING:TYPO_SPELLING: 'wqs' may be misspelled - perhaps 'was'?
#938: FILE: drivers/net/hinic3/base/hinic3_cmdq.c:853:
+ cmdqs->saved_wqs = rte_zmalloc(NULL, saved_wqs_size, 0);
WARNING:TYPO_SPELLING: 'wqs' may be misspelled - perhaps 'was'?
#939: FILE: drivers/net/hinic3/base/hinic3_cmdq.c:854:
+ if (!cmdqs->saved_wqs) {
WARNING:TYPO_SPELLING: 'wqs' may be misspelled - perhaps 'was'?
#940: FILE: drivers/net/hinic3/base/hinic3_cmdq.c:855:
+ PMD_DRV_LOG(ERR, "Allocate saved wqs failed");
WARNING:TYPO_SPELLING: 'wqs' may be misspelled - perhaps 'was'?
#942: FILE: drivers/net/hinic3/base/hinic3_cmdq.c:857:
+ goto alloc_wqs_err;
WARNING:TYPO_SPELLING: 'wqs' may be misspelled - perhaps 'was'?
#958: FILE: drivers/net/hinic3/base/hinic3_cmdq.c:873:
+ err = hinic3_cmdq_alloc(cmdqs->saved_wqs, hwdev, HINIC3_MAX_CMDQ_TYPES,
WARNING:TYPO_SPELLING: 'wqs' may be misspelled - perhaps 'was'?
#977: FILE: drivers/net/hinic3/base/hinic3_cmdq.c:892:
+ rte_free(cmdqs->saved_wqs);
WARNING:TYPO_SPELLING: 'wqs' may be misspelled - perhaps 'was'?
#979: FILE: drivers/net/hinic3/base/hinic3_cmdq.c:894:
+alloc_wqs_err:
WARNING:TYPO_SPELLING: 'wqs' may be misspelled - perhaps 'was'?
#996: FILE: drivers/net/hinic3/base/hinic3_cmdq.c:911:
+ hinic3_cmdq_free(cmdqs->saved_wqs, HINIC3_MAX_CMDQ_TYPES);
WARNING:TYPO_SPELLING: 'wqs' may be misspelled - perhaps 'was'?
#1000: FILE: drivers/net/hinic3/base/hinic3_cmdq.c:915:
+ rte_free(cmdqs->saved_wqs);
WARNING:TYPO_SPELLING: 'wqs' may be misspelled - perhaps 'was'?
#1261: FILE: drivers/net/hinic3/base/hinic3_cmdq.h:192:
+ struct hinic3_wq *saved_wqs;
total: 0 errors, 15 warnings, 0 checks, 1208 lines checked
parent reply other threads:[~2025-06-25 2:32 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <20250625022827.3091-5-wff_light@vip.163.com>]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250625023130.D21431252CF@dpdk.org \
--to=checkpatch@dpdk.org \
--cc=test-report@dpdk.org \
--cc=wff_light@vip.163.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).