automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw31224 [PATCH v2] ring: guarantee ordering of cons/prod loading when doing
       [not found] <20171107043655.GA3244@jerin>
@ 2017-11-07  4:38 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-11-07  4:38 UTC (permalink / raw)
  To: test-report; +Cc: Jerin Jacob

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

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#26: 
> Subject: Re: [PATCH v2] ring: guarantee ordering of cons/prod loading when

ERROR:DIFF_IN_COMMIT_MSG: Avoid using diff content in the commit message - patch(1) might not work
#69: 
@@ -470,9 +474,8 @@ __rte_ring_do_enqueue(struct rte_ring *r, void *

ERROR:CORRUPTED_PATCH: patch seems to be corrupt (line wrapped?)
#108: FILE: lib/librte_ring/rte_ring.h:357:
*r);

ERROR:CODE_INDENT: code indent should use tabs where possible
#114: FILE: lib/librte_ring/rte_ring.h:361:
+               uint32_t single, const uint32_t enqueue)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#114: FILE: lib/librte_ring/rte_ring.h:361:
+               uint32_t single, const uint32_t enqueue)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#116: FILE: lib/librte_ring/rte_ring.h:363:
+       if (enqueue)$

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (7, 15)
#116: FILE: lib/librte_ring/rte_ring.h:363:
+       if (enqueue)
+               rte_smp_wmb();

ERROR:CODE_INDENT: code indent should use tabs where possible
#117: FILE: lib/librte_ring/rte_ring.h:364:
+               rte_smp_wmb();$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#117: FILE: lib/librte_ring/rte_ring.h:364:
+               rte_smp_wmb();$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#118: FILE: lib/librte_ring/rte_ring.h:365:
+       else$

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (7, 15)
#118: FILE: lib/librte_ring/rte_ring.h:365:
+       else
+               rte_smp_rmb();

ERROR:CODE_INDENT: code indent should use tabs where possible
#119: FILE: lib/librte_ring/rte_ring.h:366:
+               rte_smp_rmb();$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#119: FILE: lib/librte_ring/rte_ring.h:366:
+               rte_smp_rmb();$

ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s)

total: 6 errors, 8 warnings, 13 lines checked

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

only message in thread, other threads:[~2017-11-07  4:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20171107043655.GA3244@jerin>
2017-11-07  4:38 ` [dpdk-test-report] |WARNING| pw31224 [PATCH v2] ring: guarantee ordering of cons/prod loading when doing 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).