[dpdk-test-report] |WARNING| pw46473 [v3, 01/12] eal: add param register infrastructure

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Oct 10 12:52:26 CEST 2018


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

_coding style issues_


ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line
#226: FILE: lib/librte_eal/common/rte_param.c:18:
+int
+rte_param_parse(char *flag) {

ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line
#239: FILE: lib/librte_eal/common/rte_param.c:31:
+void __rte_experimental
+rte_param_register(struct rte_param *reg_param) {

ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line
#244: FILE: lib/librte_eal/common/rte_param.c:36:
+int
+rte_param_init(void) {

total: 3 errors, 0 warnings, 232 lines checked


More information about the test-report mailing list