[dpdk-test-report] |WARNING| pw56657 [RFC] net: be more restrictive in ether_unformat_addr

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Jul 17 20:51:08 CEST 2019


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

_coding style issues_


WARNING:UNNECESSARY_ELSE: else is not generally useful after a break or return
#154: FILE: lib/librte_net/rte_ether.c:107:
+		return 0;
+	else {

total: 0 errors, 1 warnings, 126 lines checked


More information about the test-report mailing list