[dpdk-test-report] |WARNING| pw44418 [1/2] pipeline: add vxlan encap

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Sep 7 18:00:12 CEST 2018


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

_coding style issues_


WARNING:UNNECESSARY_ELSE: else is not generally useful after a break or return
#158: FILE: lib/librte_pipeline/rte_table_action.c:781:
+			return 0;
+		} else {

WARNING:UNNECESSARY_ELSE: else is not generally useful after a break or return
#232: FILE: lib/librte_pipeline/rte_table_action.c:855:
+			return 0;
+		} else {

total: 0 errors, 2 warnings, 514 lines checked


More information about the test-report mailing list