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

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Dec 13 14:35:18 CET 2016


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

_coding style issues_


WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#166: 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
#171: 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
#378: 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, 403 lines checked


More information about the test-report mailing list