[dpdk-test-report] |WARNING| [PATCH 04/13] eal/bus: add scan and match support

checkpatch at dpdk.org checkpatch at dpdk.org
Sun Dec 4 11:10:16 CET 2016


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

_coding style issues_


WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#159: 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
#164: 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
#371: 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, 362 lines checked


More information about the test-report mailing list