|WARNING| pw139601 [PATCH v4 41/45] app/test: use rte stdatomic API

checkpatch at dpdk.org checkpatch at dpdk.org
Sat Apr 20 01:13:32 CEST 2024


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

_coding style issues_


ERROR:SPACING: need consistent spacing around '*' (ctx:WxV)
#1069: FILE: app/test/test_lcores.c:29:
+	RTE_ATOMIC(unsigned int) *registered_count;
 	                         ^

ERROR:SPACING: need consistent spacing around '*' (ctx:WxV)
#1849: FILE: app/test/test_service_cores.c:62:
+	RTE_ATOMIC(uint32_t) *lock = (uint32_t __rte_atomic *)&test_params[0];
 	                     ^

ERROR:SPACING: need consistent spacing around '*' (ctx:WxV)
#1869: FILE: app/test/test_service_cores.c:89:
+	RTE_ATOMIC(uint32_t) *lock = (uint32_t __rte_atomic *)&test_params[0];
 	                     ^

ERROR:SPACING: need consistent spacing around '*' (ctx:WxV)
#1889: FILE: app/test/test_service_cores.c:751:
+	RTE_ATOMIC(uint32_t) *lock = (uint32_t __rte_atomic *)&params[1];
 	                     ^

total: 4 errors, 0 warnings, 1887 lines checked


More information about the test-report mailing list