[dpdk-test-report] |WARNING| pw18043 [PATCH v3 04/12] eal/bus: add scan, match and insert support

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Dec 16 14:09:15 CET 2016


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

_coding style issues_


WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#164: FILE: app/test/test_bus.c:88:
+int scan_fn_for_busA(struct rte_bus *bus);

WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#169: FILE: app/test/test_bus.c:93:
+int scan_fn_for_busB(struct rte_bus *bus);

WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#376: FILE: app/test/test_bus.c:591:
+	/* In case of this test:
+	* 1. for each bus in rte_bus_list

total: 0 errors, 3 warnings, 404 lines checked


More information about the test-report mailing list