[dpdk-test-report] |WARNING| pw89502 [PATCH v1 1/6] raw/ioat: support limiting queues for idxd PCI device

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Mar 18 19:22:16 CET 2021


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

_coding style issues_


WARNING:TYPO_SPELLING: 'wqs' may be misspelled - perhaps 'was'?
#95: 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'?
#96: FILE: drivers/raw/ioat/idxd_pci.c:186:
+		nb_wqs = max_queues;

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

total: 0 errors, 3 warnings, 60 lines checked


More information about the test-report mailing list