[dpdk-test-report] |WARNING| pw41575 [V3, 2/4] eal: add failure handle mechanism for hot plug

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Jun 26 17:40:13 CEST 2018


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

_coding style issues_


ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar"
#215: FILE: lib/librte_eal/common/include/rte_bus.h:354:
+int rte_bus_sigbus_handler(const void* failure_addr);

WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#248: FILE: lib/librte_eal/linuxapp/eal/eal_dev.c:29:
+extern struct rte_bus_list rte_bus_list;

total: 1 errors, 1 warnings, 301 lines checked


More information about the test-report mailing list