[dpdk-test-report] |WARNING| pw61984 [PATCH v3 01/12] eal: make lcore config private
checkpatch at dpdk.org
checkpatch at dpdk.org
Fri Oct 25 15:56:53 CEST 2019
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/61984
_coding style issues_
ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#109: FILE: lib/librte_eal/common/eal_private.h:23:
+ lcore_function_t * volatile f; /**< function to call */
ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#110: FILE: lib/librte_eal/common/eal_private.h:24:
+ void * volatile arg; /**< argument of function */
total: 2 errors, 0 warnings, 109 lines checked
More information about the test-report
mailing list