automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Kevin Laatz <kevin.laatz@intel.com>
Subject: [dpdk-test-report] |WARNING| pw102200 [PATCH v9 05/16] dma/idxd: create dmadev instances on pci probe
Date: Tue, 19 Oct 2021 13:26:28 +0200 (CEST)	[thread overview]
Message-ID: <20211019112628.A16B0121D26@dpdk.org> (raw)
In-Reply-To: <20211019112540.1825132-6-kevin.laatz@intel.com>

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/102200

_coding style issues_


WARNING:TYPO_SPELLING: 'wqs' may be misspelled - perhaps 'was'?
#269: FILE: drivers/dma/idxd/idxd_pci.c:95:
+	uint8_t nb_groups, nb_engines, nb_wqs;

WARNING:TYPO_SPELLING: 'wqs' may be misspelled - perhaps 'was'?
#306: FILE: drivers/dma/idxd/idxd_pci.c:132:
+	nb_wqs = (uint8_t)(pci->regs->wqcap >> 16);

WARNING:TYPO_SPELLING: 'wqs' may be misspelled - perhaps 'was'?
#311: FILE: drivers/dma/idxd/idxd_pci.c:137:
+	IDXD_PMD_DEBUG("nb_groups = %u, nb_engines = %u, nb_wqs = %u",

WARNING:TYPO_SPELLING: 'wqs' may be misspelled - perhaps 'was'?
#312: FILE: drivers/dma/idxd/idxd_pci.c:138:
+			nb_groups, nb_engines, nb_wqs);

WARNING:TYPO_SPELLING: 'wqs' may be misspelled - perhaps 'was'?
#319: FILE: drivers/dma/idxd/idxd_pci.c:145:
+	for (i = 0; i < nb_wqs; i++)

WARNING:TYPO_SPELLING: 'wqs' may be misspelled - perhaps 'was'?
#323: FILE: drivers/dma/idxd/idxd_pci.c:149:
+	if (max_queues != 0 && nb_wqs > max_queues) {

WARNING:TYPO_SPELLING: 'wqs' may be misspelled - perhaps 'was'?
#324: FILE: drivers/dma/idxd/idxd_pci.c:150:
+		nb_wqs = max_queues;

WARNING:TYPO_SPELLING: 'wqs' may be misspelled - perhaps 'was'?
#329: FILE: drivers/dma/idxd/idxd_pci.c:155:
+		IDXD_PMD_DEBUG("Limiting queues to %u", nb_wqs);

WARNING:TYPO_SPELLING: 'wqs' may be misspelled - perhaps 'was'?
#346: FILE: drivers/dma/idxd/idxd_pci.c:172:
+	wq_size = total_wq_size / nb_wqs;

WARNING:TYPO_SPELLING: 'wqs' may be misspelled - perhaps 'was'?
#349: FILE: drivers/dma/idxd/idxd_pci.c:175:
+	for (i = 0; i < nb_wqs; i++) {

WARNING:TYPO_SPELLING: 'wqs' may be misspelled - perhaps 'was'?
#381: FILE: drivers/dma/idxd/idxd_pci.c:207:
+	return nb_wqs;

WARNING:TYPO_SPELLING: 'wqs' may be misspelled - perhaps 'was'?
#393: FILE: drivers/dma/idxd/idxd_pci.c:218:
+	uint8_t nb_wqs;

WARNING:TYPO_SPELLING: 'wqs' may be misspelled - perhaps 'was'?
#422: FILE: drivers/dma/idxd/idxd_pci.c:246:
+	nb_wqs = (uint8_t)ret;

WARNING:TYPO_SPELLING: 'wqs' may be misspelled - perhaps 'was'?
#425: FILE: drivers/dma/idxd/idxd_pci.c:249:
+	for (qid = 0; qid < nb_wqs; qid++) {

total: 0 errors, 14 warnings, 384 lines checked

           reply	other threads:[~2021-10-19 11:26 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20211019112540.1825132-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=20211019112628.A16B0121D26@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).