automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw137802 [RFC 4/7] eal: add generic once-type bit operations macros
       [not found] <20240302135328.531940-5-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/137802

_coding style issues_


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

total: 16 errors, 0 warnings, 107 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-5-mattias.ronnblom@ericsson.com>
2024-03-02 14:03 ` |WARNING| pw137802 [RFC 4/7] eal: add generic once-type bit operations 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).