automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw20231 [PATCH RFCv3 13/19] ring: allow dequeue fns to return remaining entry count
       [not found] <1486476777-24768-14-git-send-email-bruce.richardson@intel.com>
@ 2017-02-07 14:14 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-02-07 14:14 UTC (permalink / raw)
  To: test-report; +Cc: Bruce Richardson

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

_coding style issues_


WARNING:SPACING: space prohibited before semicolon
#262: FILE: app/test/test_ring.c:395:
+	ret = rte_ring_sc_dequeue_burst(r, cur_dst, 1, NULL) ;

ERROR:CODE_INDENT: code indent should use tabs where possible
#701: FILE: examples/quota_watermark/qw/main.c:246:
+            nb_dq_pkts = rte_ring_dequeue_burst(rx, pkts, *quota, NULL);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#701: FILE: examples/quota_watermark/qw/main.c:246:
+            nb_dq_pkts = rte_ring_dequeue_burst(rx, pkts, *quota, NULL);$

ERROR:CODE_INDENT: code indent should use tabs where possible
#710: FILE: examples/quota_watermark/qw/main.c:300:
+            nb_dq_pkts = (uint16_t) rte_ring_dequeue_burst(tx, (void *) tx_pkts,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#710: FILE: examples/quota_watermark/qw/main.c:300:
+            nb_dq_pkts = (uint16_t) rte_ring_dequeue_burst(tx, (void *) tx_pkts,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#711: FILE: examples/quota_watermark/qw/main.c:301:
+        ^I^I    *quota, NULL);$

WARNING:SPACE_BEFORE_TAB: please, no space before tabs
#711: FILE: examples/quota_watermark/qw/main.c:301:
+        ^I^I    *quota, NULL);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#711: FILE: examples/quota_watermark/qw/main.c:301:
+        ^I^I    *quota, NULL);$

total: 3 errors, 5 warnings, 767 lines checked

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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1486476777-24768-14-git-send-email-bruce.richardson@intel.com>
2017-02-07 14:14 ` [dpdk-test-report] |WARNING| pw20231 [PATCH RFCv3 13/19] ring: allow dequeue fns to return remaining entry count 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).