[dpdk-test-report] |WARNING| pw26403 [PATCH v2 38/40] net/dpaa: add support for Scattered Rx

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Jul 5 02:10:58 CEST 2017


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

_coding style issues_


WARNING:UNNECESSARY_ELSE: else is not generally useful after a break or return
#91: FILE: drivers/net/dpaa/dpaa_rxtx.c:328:
+			break;
+		} else {

CHECK:BRACES: Unbalanced braces around else statement
#184: FILE: drivers/net/dpaa/dpaa_rxtx.c:516:
+			} else

WARNING:LONG_LINE: line over 90 characters
#222: FILE: drivers/net/dpaa/dpaa_rxtx.c:613:
+				} else if (mbuf->nb_segs > 1 && mbuf->nb_segs <= DPAA_SGT_MAX_ENTRIES) {

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


More information about the test-report mailing list