automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw137801 [RFC 1/7] eal: extend bit manipulation functions
       [not found] <20240302135328.531940-2-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/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

^ 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-2-mattias.ronnblom@ericsson.com>
2024-03-02 14:03 ` |WARNING| pw137801 [RFC 1/7] eal: extend bit manipulation functions 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).