[dpdk-test-report] |WARNING| pw79564 [PATCH 2/2] net/ring: prevent nodeaction arg create multiple ethdev

checkpatch at dpdk.org checkpatch at dpdk.org
Sat Oct 3 00:49:51 CEST 2020


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

_coding style issues_


CHECK:SPACING: spaces preferred around that '|' (ctx:VxV)
#126: FILE: drivers/net/ring/rte_eth_ring.c:516:
+					RING_F_SP_ENQ|RING_F_SC_DEQ);
 					             ^

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'info->list[0].action == DEV_CREATE'
#166: FILE: drivers/net/ring/rte_eth_ring.c:698:
+	if ((ret == -1) && (info->list[0].action == DEV_CREATE)) {

total: 0 errors, 0 warnings, 2 checks, 68 lines checked


More information about the test-report mailing list