From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Nilanjan Sarkar <nsarkar@sandvine.com>
Subject: [dpdk-test-report] |WARNING| pw57587 [PATCH] eal: added new api to only enqueue a packet in tx buffer
Date: Thu, 8 Aug 2019 13:17:46 +0200 (CEST) [thread overview]
Message-ID: <20190808111746.B7F6C1BE02@dpdk.org> (raw)
In-Reply-To: <c097dcc9ad9c4b2b8cc1007b55715746@sandvine.com>
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
parent reply other threads:[~2019-08-08 11:17 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <c097dcc9ad9c4b2b8cc1007b55715746@sandvine.com>]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190808111746.B7F6C1BE02@dpdk.org \
--to=checkpatch@dpdk.org \
--cc=nsarkar@sandvine.com \
--cc=test-report@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).