[dpdk-test-report] |WARNING| pw28024 [PATCH v2] app/testpmd:add bond type description

checkpatch at dpdk.org checkpatch at dpdk.org
Sat Aug 26 04:13:47 CEST 2017


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

_coding style issues_


WARNING:UNNECESSARY_ELSE: else is not generally useful after a break or return
#48: FILE: app/test-pmd/cmdline.c:4607:
+		return;
+	} else

WARNING:UNNECESSARY_ELSE: else is not generally useful after a break or return
#79: FILE: app/test-pmd/cmdline.c:4699:
+			return;
+		} else

ERROR:TRAILING_WHITESPACE: trailing whitespace
#162: FILE: drivers/net/bonding/rte_eth_bond_api.c:548:
+^I$

total: 1 errors, 2 warnings, 0 checks, 130 lines checked


More information about the test-report mailing list