|WARNING| pw137803 [RFC 2/7] eal: add generic bit manipulation macros

checkpatch at dpdk.org checkpatch at dpdk.org
Sat Mar 2 15:03:24 CET 2024


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

_coding style issues_


ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#147: FILE: lib/eal/include/rte_bitops.h:127:
+		 uint32_t *: rte_bit_test32,		\
 		          ^

ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#147: FILE: lib/eal/include/rte_bitops.h:127:
+		 uint32_t *: rte_bit_test32,		\
 		           ^

ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#148: FILE: lib/eal/include/rte_bitops.h:128:
+		 uint64_t *: rte_bit_test64)(addr, nr)
 		          ^

ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#148: FILE: lib/eal/include/rte_bitops.h:128:
+		 uint64_t *: rte_bit_test64)(addr, nr)
 		           ^

ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#167: FILE: lib/eal/include/rte_bitops.h:147:
+		 uint32_t *: rte_bit_set32,		\
 		          ^

ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#167: FILE: lib/eal/include/rte_bitops.h:147:
+		 uint32_t *: rte_bit_set32,		\
 		           ^

ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#168: FILE: lib/eal/include/rte_bitops.h:148:
+		 uint64_t *: rte_bit_set64)(addr, nr)
 		          ^

ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#168: FILE: lib/eal/include/rte_bitops.h:148:
+		 uint64_t *: rte_bit_set64)(addr, nr)
 		           ^

ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#187: FILE: lib/eal/include/rte_bitops.h:167:
+		 uint32_t *: rte_bit_clear32,		\
 		          ^

ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#187: FILE: lib/eal/include/rte_bitops.h:167:
+		 uint32_t *: rte_bit_clear32,		\
 		           ^

ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#188: FILE: lib/eal/include/rte_bitops.h:168:
+		 uint64_t *: rte_bit_clear64)(addr, nr)
 		          ^

ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#188: FILE: lib/eal/include/rte_bitops.h:168:
+		 uint64_t *: rte_bit_clear64)(addr, nr)
 		           ^

ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#208: FILE: lib/eal/include/rte_bitops.h:188:
+		 uint32_t *: rte_bit_assign32,			\
 		          ^

ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#208: FILE: lib/eal/include/rte_bitops.h:188:
+		 uint32_t *: rte_bit_assign32,			\
 		           ^

ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#209: FILE: lib/eal/include/rte_bitops.h:189:
+		 uint64_t *: rte_bit_assign64)(addr, nr, value)
 		          ^

ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#209: FILE: lib/eal/include/rte_bitops.h:189:
+		 uint64_t *: rte_bit_assign64)(addr, nr, value)
 		           ^

total: 16 errors, 0 warnings, 87 lines checked


More information about the test-report mailing list