|WARNING| pw159928 [PATCH 1/8] net/nfb: prepare for indirect queue mapping scheme

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Jan 15 16:18:40 CET 2026


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

_coding style issues_


WARNING:BRACES: braces {} are not necessary for single statement blocks
#113: FILE: drivers/net/nfb/nfb_ethdev.c:581:
+	for (i = 0; i < priv->max_rx_queues; i++) {
+		internals->queue_map_rx[i] = i;
+	}

WARNING:BRACES: braces {} are not necessary for single statement blocks
#116: FILE: drivers/net/nfb/nfb_ethdev.c:584:
+	for (i = 0; i < priv->max_tx_queues; i++) {
+		internals->queue_map_tx[i] = i;
+	}

WARNING:TYPO_SPELLING: 'neccessary' may be misspelled - perhaps 'necessary'?
#161: FILE: drivers/net/nfb/nfb_rx.c:81:
+	/* nfb queue id doesn't neccessary corresponds to txq_id */
 	                        ^^^^^^^^^^

WARNING:TYPO_SPELLING: 'neccessary' may be misspelled - perhaps 'necessary'?
#205: FILE: drivers/net/nfb/nfb_tx.c:70:
+	/* nfb queue id doesn't neccessary corresponds to tx_queue_id */
 	                        ^^^^^^^^^^

total: 0 errors, 4 warnings, 0 checks, 127 lines checked


More information about the test-report mailing list