|WARNING| pw137801 [RFC 1/7] eal: extend bit manipulation functions
checkpatch at dpdk.org
checkpatch at dpdk.org
Sat Mar 2 15:03:28 CET 2024
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/137801
_coding style issues_
ERROR:SPACING: need consistent spacing around '*' (ctx:WxV)
#306: FILE: lib/eal/include/rte_bitops.h:262:
+ name(const qualifier uint ## size ## _t *addr, unsigned int nr) \
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxV)
#316: FILE: lib/eal/include/rte_bitops.h:272:
+ name(qualifier uint ## size ## _t *addr, unsigned int nr) \
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxV)
#326: FILE: lib/eal/include/rte_bitops.h:282:
+ name(qualifier uint ## size ## _t *addr, unsigned int nr) \
^
ERROR:SPACING: space required after that ',' (ctx:VxB)
#334: FILE: lib/eal/include/rte_bitops.h:290:
+__RTE_GEN_BIT_TEST(rte_bit_test32, 32,)
^
ERROR:SPACING: space required after that ',' (ctx:VxB)
#335: FILE: lib/eal/include/rte_bitops.h:291:
+__RTE_GEN_BIT_SET(rte_bit_set32, 32,)
^
ERROR:SPACING: space required after that ',' (ctx:VxB)
#336: FILE: lib/eal/include/rte_bitops.h:292:
+__RTE_GEN_BIT_CLEAR(rte_bit_clear32, 32,)
^
ERROR:SPACING: space required after that ',' (ctx:VxB)
#338: FILE: lib/eal/include/rte_bitops.h:294:
+__RTE_GEN_BIT_TEST(rte_bit_test64, 64,)
^
ERROR:SPACING: space required after that ',' (ctx:VxB)
#339: FILE: lib/eal/include/rte_bitops.h:295:
+__RTE_GEN_BIT_SET(rte_bit_set64, 64,)
^
ERROR:SPACING: space required after that ',' (ctx:VxB)
#340: FILE: lib/eal/include/rte_bitops.h:296:
+__RTE_GEN_BIT_CLEAR(rte_bit_clear64, 64,)
^
total: 9 errors, 0 warnings, 212 lines checked
More information about the test-report
mailing list