[dpdk-test-report] |WARNING| [PATCH] nfp: report link speed using hardware info

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Nov 18 16:04:33 CET 2016


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

_coding style issues_


CHECK:MACRO_ARG_REUSE: Macro argument reuse 'arr' - possible side-effects?
#53: FILE: drivers/net/nfp/nfp_net.c:806:
+#define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))

CHECK:BRACES: Blank lines aren't necessary after an open brace '{'
#91: FILE: drivers/net/nfp/nfp_net.c:856:
+	else {
+

total: 0 errors, 0 warnings, 2 checks, 68 lines checked


More information about the test-report mailing list