|WARNING| pw130100 [PATCH 2/6] eal: adapt EAL to present rte optional atomics API
checkpatch at dpdk.org
checkpatch at dpdk.org
Fri Aug 11 03:32:42 CEST 2023
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/130100
_coding style issues_
ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#96: FILE: app/test/test_mcslock.c:39:
+rte_mcslock_t * __rte_atomic p_ml;
ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#97: FILE: app/test/test_mcslock.c:40:
+rte_mcslock_t * __rte_atomic p_ml_try;
ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#98: FILE: app/test/test_mcslock.c:41:
+rte_mcslock_t * __rte_atomic p_ml_perf;
total: 3 errors, 0 warnings, 1284 lines checked
More information about the test-report
mailing list