automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw61493 [RFC v6 5/6] lib/ring: copy ring elements using memcpy partially
       [not found] <20191021002300.26497-6-honnappa.nagarahalli@arm.com>
@ 2019-10-21  0:24 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2019-10-21  0:24 UTC (permalink / raw)
  To: test-report; +Cc: Honnappa Nagarahalli

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

_coding style issues_


WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#103: FILE: lib/librte_ring/rte_ring_elem.h:122:
+		for (i = 0; i < (nr_n & ((~(unsigned)0x7))); \

WARNING:SPACING: space prohibited between function name and open parenthesis '('
#105: FILE: lib/librte_ring/rte_ring_elem.h:124:
+			memcpy(ring + nr_idx, obj + i, 8 * sizeof (uint32_t)); \

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#232: FILE: lib/librte_ring/rte_ring_elem.h:162:
+		for (i = 0; i < (nr_n & ((~(unsigned)0x7))); \

WARNING:SPACING: space prohibited between function name and open parenthesis '('
#234: FILE: lib/librte_ring/rte_ring_elem.h:164:
+			memcpy(obj + i, ring + nr_idx, 8 * sizeof (uint32_t)); \

total: 0 errors, 4 warnings, 300 lines checked

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

only message in thread, other threads:[~2019-10-21  0:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20191021002300.26497-6-honnappa.nagarahalli@arm.com>
2019-10-21  0:24 ` [dpdk-test-report] |WARNING| pw61493 [RFC v6 5/6] lib/ring: copy ring elements using memcpy partially 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).