[dpdk-test-report] |WARNING| pw61632 [PATCH 1/8] eal: make lcore config private

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Oct 22 11:34:37 CEST 2019


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

_coding style issues_


ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#107: 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"
#108: 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