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| pw99173 [PATCH v4 05/16] dma/idxd: create dmadev instances on pci probe
Date: Fri, 17 Sep 2021 16:05:25 +0200 (CEST)	[thread overview]
Message-ID: <20210917140525.A6555122EE7@dpdk.org> (raw)
In-Reply-To: <20210917140252.2999006-6-kevin.laatz@intel.com>

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

_coding style issues_


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

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

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

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

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

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

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

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

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

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

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

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

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

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

total: 0 errors, 14 warnings, 410 lines checked

           reply	other threads:[~2021-09-17 14:05 UTC|newest]

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