[dpdk-test-report] |WARNING| pw60443 [PATCH v8] eal: make lcore_config private

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Oct 2 21:40:52 CEST 2019


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

_coding style issues_


ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#96: 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"
#97: FILE: lib/librte_eal/common/eal_private.h:24:
+	void * volatile arg;       /**< argument of function */

total: 2 errors, 0 warnings, 108 lines checked


More information about the test-report mailing list