[dpdk-test-report] |WARNING| pw66316 [PATCH v1] examples/ipsec-secgw: load/unload esp-ah DDP file

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Mar 6 06:56:54 CET 2020


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

_coding style issues_


WARNING:UNNECESSARY_ELSE: else is not generally useful after a break or return
#319: FILE: examples/ipsec-secgw/ipsec.c:274:
+		return -1;
+	} else

WARNING:UNNECESSARY_ELSE: else is not generally useful after a break or return
#355: FILE: examples/ipsec-secgw/ipsec.c:310:
+		return -1;
+	} else

total: 0 errors, 2 warnings, 295 lines checked


More information about the test-report mailing list