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| pw101385 [PATCH v7 05/16] dma/idxd: create dmadev instances on pci probe
Date: Wed, 13 Oct 2021 18:32:34 +0200 (CEST)	[thread overview]
Message-ID: <20211013163234.7BF35121D26@dpdk.org> (raw)
In-Reply-To: <20211013163053.1033998-6-kevin.laatz@intel.com>

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

_coding style issues_


WARNING:TYPO_SPELLING: 'wqs' may be misspelled - perhaps 'was'?
#278: 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'?
#315: FILE: drivers/dma/idxd/idxd_pci.c:133:
+	nb_wqs = (uint8_t)(pci->regs->wqcap >> 16);

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

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

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

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

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

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

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

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

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

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

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

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

total: 0 errors, 14 warnings, 410 lines checked

           reply	other threads:[~2021-10-13 16:32 UTC|newest]

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