[dpdk-test-report] |WARNING| pw90812 [PATCH v4] eal: fix race in ctrl thread creation
checkpatch at dpdk.org
checkpatch at dpdk.org
Wed Apr 7 14:48:24 CEST 2021
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/90812
_coding style issues_
ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar"
#125: FILE: lib/librte_eal/common/eal_common_thread.c:176:
+static void ctrl_params_free(struct rte_thread_ctrl_params* params) {
ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line
#125: FILE: lib/librte_eal/common/eal_common_thread.c:176:
+static void ctrl_params_free(struct rte_thread_ctrl_params* params) {
total: 2 errors, 0 warnings, 85 lines checked
More information about the test-report
mailing list