automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw57587 [PATCH] eal: added new api to only enqueue a packet in tx buffer
       [not found] <c097dcc9ad9c4b2b8cc1007b55715746@sandvine.com>
@ 2019-08-08 11:17 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2019-08-08 11:17 UTC (permalink / raw)
  To: test-report; +Cc: Nilanjan Sarkar

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

_coding style issues_


ERROR:CORRUPTED_PATCH: patch seems to be corrupt (line wrapped?)
#41: FILE: lib/librte_ethdev/rte_ethdev.h:4569:
}

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#65: FILE: lib/librte_ethdev/rte_ethdev.h:4593:
+       if (buffer->length < buffer->size)$

ERROR:OPEN_BRACE: that open brace { should be on the previous line
#65: FILE: lib/librte_ethdev/rte_ethdev.h:4593:
+       if (buffer->length < buffer->size)
+       {

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (7, 15)
#65: FILE: lib/librte_ethdev/rte_ethdev.h:4593:
+       if (buffer->length < buffer->size)
+       {

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#66: FILE: lib/librte_ethdev/rte_ethdev.h:4594:
+       {$

ERROR:CODE_INDENT: code indent should use tabs where possible
#67: FILE: lib/librte_ethdev/rte_ethdev.h:4595:
+               buffer->pkts[buffer->length++] = tx_pkt;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#67: FILE: lib/librte_ethdev/rte_ethdev.h:4595:
+               buffer->pkts[buffer->length++] = tx_pkt;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#68: FILE: lib/librte_ethdev/rte_ethdev.h:4596:
+               return 0;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#68: FILE: lib/librte_ethdev/rte_ethdev.h:4596:
+               return 0;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#69: FILE: lib/librte_ethdev/rte_ethdev.h:4597:
+       }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#71: FILE: lib/librte_ethdev/rte_ethdev.h:4599:
+       return -1;$

total: 4 errors, 7 warnings, 37 lines checked

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

only message in thread, other threads:[~2019-08-08 11:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <c097dcc9ad9c4b2b8cc1007b55715746@sandvine.com>
2019-08-08 11:17 ` [dpdk-test-report] |WARNING| pw57587 [PATCH] eal: added new api to only enqueue a packet in tx buffer 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).