From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Kevin Laatz <kevin.laatz@intel.com>
Subject: [dpdk-test-report] |WARNING| pw102461 [PATCH v11 05/16] dma/idxd: create dmadev instances on pci probe
Date: Wed, 20 Oct 2021 18:31:43 +0200 (CEST) [thread overview]
Message-ID: <20211020163143.6BAAE120E1D@dpdk.org> (raw)
In-Reply-To: <20211020163013.2125016-6-kevin.laatz@intel.com>
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/102461
_coding style issues_
WARNING:TYPO_SPELLING: 'wqs' may be misspelled - perhaps 'was'?
#272: FILE: drivers/dma/idxd/idxd_pci.c:96:
+ uint8_t nb_groups, nb_engines, nb_wqs;
WARNING:TYPO_SPELLING: 'wqs' may be misspelled - perhaps 'was'?
#312: FILE: drivers/dma/idxd/idxd_pci.c:136:
+ nb_wqs = (uint8_t)(pci->regs->wqcap >> 16);
WARNING:TYPO_SPELLING: 'wqs' may be misspelled - perhaps 'was'?
#317: FILE: drivers/dma/idxd/idxd_pci.c:141:
+ IDXD_PMD_DEBUG("nb_groups = %u, nb_engines = %u, nb_wqs = %u",
WARNING:TYPO_SPELLING: 'wqs' may be misspelled - perhaps 'was'?
#318: FILE: drivers/dma/idxd/idxd_pci.c:142:
+ nb_groups, nb_engines, nb_wqs);
WARNING:TYPO_SPELLING: 'wqs' may be misspelled - perhaps 'was'?
#325: FILE: drivers/dma/idxd/idxd_pci.c:149:
+ for (i = 0; i < nb_wqs; i++)
WARNING:TYPO_SPELLING: 'wqs' may be misspelled - perhaps 'was'?
#329: FILE: drivers/dma/idxd/idxd_pci.c:153:
+ if (max_queues != 0 && nb_wqs > max_queues) {
WARNING:TYPO_SPELLING: 'wqs' may be misspelled - perhaps 'was'?
#330: FILE: drivers/dma/idxd/idxd_pci.c:154:
+ nb_wqs = max_queues;
WARNING:TYPO_SPELLING: 'wqs' may be misspelled - perhaps 'was'?
#335: FILE: drivers/dma/idxd/idxd_pci.c:159:
+ IDXD_PMD_DEBUG("Limiting queues to %u", nb_wqs);
WARNING:TYPO_SPELLING: 'wqs' may be misspelled - perhaps 'was'?
#352: FILE: drivers/dma/idxd/idxd_pci.c:176:
+ wq_size = total_wq_size / nb_wqs;
WARNING:TYPO_SPELLING: 'wqs' may be misspelled - perhaps 'was'?
#355: FILE: drivers/dma/idxd/idxd_pci.c:179:
+ for (i = 0; i < nb_wqs; i++) {
WARNING:TYPO_SPELLING: 'wqs' may be misspelled - perhaps 'was'?
#387: FILE: drivers/dma/idxd/idxd_pci.c:211:
+ return nb_wqs;
WARNING:TYPO_SPELLING: 'wqs' may be misspelled - perhaps 'was'?
#399: FILE: drivers/dma/idxd/idxd_pci.c:222:
+ uint8_t nb_wqs;
WARNING:TYPO_SPELLING: 'wqs' may be misspelled - perhaps 'was'?
#428: FILE: drivers/dma/idxd/idxd_pci.c:251:
+ nb_wqs = (uint8_t)ret;
WARNING:TYPO_SPELLING: 'wqs' may be misspelled - perhaps 'was'?
#431: FILE: drivers/dma/idxd/idxd_pci.c:254:
+ for (qid = 0; qid < nb_wqs; qid++) {
total: 0 errors, 14 warnings, 400 lines checked
parent reply other threads:[~2021-10-20 16:31 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <20211020163013.2125016-6-kevin.laatz@intel.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=20211020163143.6BAAE120E1D@dpdk.org \
--to=checkpatch@dpdk.org \
--cc=kevin.laatz@intel.com \
--cc=test-report@dpdk.org \
/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).