[dpdk-test-report] |WARNING| pw39788 [PATCH 4/4] net/bnx2x: solve overruns

checkpatch at dpdk.org checkpatch at dpdk.org
Fri May 11 03:52:44 CEST 2018


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

_coding style issues_


WARNING:LONG_LINE: line over 90 characters
#26: FILE: drivers/net/bnx2x/bnx2x.c:173:
+		snprintf(mz_name, sizeof(mz_name), "bnx2x%d_%s_%" PRIx64, SC_ABS_FUNC(sc), msg,

CHECK:CAMELCASE: Avoid CamelCase: <PRIx64>
#26: FILE: drivers/net/bnx2x/bnx2x.c:173:
+		snprintf(mz_name, sizeof(mz_name), "bnx2x%d_%s_%" PRIx64, SC_ABS_FUNC(sc), msg,

WARNING:LONG_LINE: line over 90 characters
#30: FILE: drivers/net/bnx2x/bnx2x.c:176:
+		snprintf(mz_name, sizeof(mz_name), "bnx2x%d_%s_%" PRIx64, sc->pcie_device, msg,

ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s)

total: 1 errors, 2 warnings, 1 checks, 12 lines checked


More information about the test-report mailing list