automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw137803 [RFC 2/7] eal: add generic bit manipulation macros
       [not found] <20240302135328.531940-3-mattias.ronnblom@ericsson.com>
@ 2024-03-02 14:03 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2024-03-02 14:03 UTC (permalink / raw)
  To: test-report; +Cc: Mattias Rönnblom

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-03-02 14:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20240302135328.531940-3-mattias.ronnblom@ericsson.com>
2024-03-02 14:03 ` |WARNING| pw137803 [RFC 2/7] eal: add generic bit manipulation macros checkpatch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).