|WARNING| pw135005 [PATCH 1/2] eal: fix constraints on stdatomic API

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Dec 11 08:44:41 CET 2023


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

_coding style issues_


ERROR:SPACING: need consistent spacing around '*' (ctx:WxV)
#99: FILE: lib/eal/include/generic/rte_atomic.h:210:
+rte_atomic16_exchange(volatile RTE_ATOMIC(uint16_t) *dst, uint16_t val);
                                                     ^

ERROR:SPACING: need consistent spacing around '*' (ctx:WxV)
#104: FILE: lib/eal/include/generic/rte_atomic.h:214:
+rte_atomic16_exchange(volatile RTE_ATOMIC(uint16_t) *dst, uint16_t val)
                                                     ^

ERROR:SPACING: need consistent spacing around '*' (ctx:WxV)
#113: FILE: lib/eal/include/generic/rte_atomic.h:495:
+rte_atomic32_exchange(volatile RTE_ATOMIC(uint32_t) *dst, uint32_t val);
                                                     ^

ERROR:SPACING: need consistent spacing around '*' (ctx:WxV)
#118: FILE: lib/eal/include/generic/rte_atomic.h:499:
+rte_atomic32_exchange(volatile RTE_ATOMIC(uint32_t) *dst, uint32_t val)
                                                     ^

ERROR:SPACING: need consistent spacing around '*' (ctx:WxV)
#127: FILE: lib/eal/include/generic/rte_atomic.h:779:
+rte_atomic64_exchange(volatile RTE_ATOMIC(uint64_t) *dst, uint64_t val);
                                                     ^

ERROR:SPACING: need consistent spacing around '*' (ctx:WxV)
#132: FILE: lib/eal/include/generic/rte_atomic.h:783:
+rte_atomic64_exchange(volatile RTE_ATOMIC(uint64_t) *dst, uint64_t val)
                                                     ^

total: 6 errors, 0 warnings, 51 lines checked


More information about the test-report mailing list