|WARNING| pw130183 [PATCH v2 2/6] eal: adapt EAL to present rte optional atomics API

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Aug 11 19:33:37 CEST 2023


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

_coding style issues_


ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#100: FILE: app/test/test_mcslock.c:39:
+rte_mcslock_t * __rte_atomic p_ml;

ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#101: FILE: app/test/test_mcslock.c:40:
+rte_mcslock_t * __rte_atomic p_ml_try;

ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#102: FILE: app/test/test_mcslock.c:41:
+rte_mcslock_t * __rte_atomic p_ml_perf;

total: 3 errors, 0 warnings, 1344 lines checked


More information about the test-report mailing list