|WARNING| pw104699 [PATCH] net/tap: Bug fix to populate fds in secondary process

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Nov 25 13:23:38 CET 2021


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

_coding style issues_


ERROR:SPACING: spaces required around that '=' (ctx:VxV)
#118: FILE: drivers/net/tap/rte_eth_tap.c:897:
+	for (int i=0; i < dev->data->nb_tx_queues; i++) {
 	          ^

ERROR:SPACING: spaces required around that '=' (ctx:VxV)
#123: FILE: drivers/net/tap/rte_eth_tap.c:902:
+	for (int i=0; i < dev->data->nb_rx_queues; i++) {
 	          ^

total: 2 errors, 0 warnings, 0 checks, 108 lines checked
Warning in drivers/net/tap/rte_eth_tap.c:
Declaring a variable inside for()


More information about the test-report mailing list