[dpdk-test-report] |WARNING| pw92556 [PATCH v4 02/12] raw/ioat: support limiting queues for idxd PCI device

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Apr 30 17:08:07 CEST 2021


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

_coding style issues_


WARNING:TYPO_SPELLING: 'wqs' may be misspelled - perhaps 'was'?
#117: FILE: drivers/raw/ioat/idxd_pci.c:185:
+	if (max_queues != 0 && nb_wqs > max_queues) {

WARNING:TYPO_SPELLING: 'wqs' may be misspelled - perhaps 'was'?
#118: FILE: drivers/raw/ioat/idxd_pci.c:186:
+		nb_wqs = max_queues;

WARNING:TYPO_SPELLING: 'wqs' may be misspelled - perhaps 'was'?
#123: FILE: drivers/raw/ioat/idxd_pci.c:191:
+		IOAT_PMD_DEBUG("Limiting queues to %u", nb_wqs);

total: 0 errors, 3 warnings, 74 lines checked


More information about the test-report mailing list