From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: "Július Milan" <jmilan.dev@gmail.com>
Subject: [dpdk-test-report] |WARNING| pw56383 [PATCH] net/af_xdp: fix xdp_get_channels_info return value
Date: Fri, 12 Jul 2019 09:41:57 +0200 (CEST) [thread overview]
Message-ID: <20190712074157.E8A3B1B9B0@dpdk.org> (raw)
In-Reply-To: <CAP=P++CjQQX3hWb0Nck8JaJuGcy_SHmsjN0g3+f1Ns9r9fDBjA@mail.gmail.com>
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/56383
_coding style issues_
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#38: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:855:
+ if (ret) {$
ERROR:CODE_INDENT: code indent should use tabs where possible
#39: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:856:
+ if (errno == EOPNOTSUPP) {$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#39: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:856:
+ if (errno == EOPNOTSUPP) {$
WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 12)
#39: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:856:
+ if (errno == EOPNOTSUPP) {
+ ret = 0;
ERROR:CODE_INDENT: code indent should use tabs where possible
#40: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:857:
+ ret = 0;$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#40: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:857:
+ ret = 0;$
ERROR:CODE_INDENT: code indent should use tabs where possible
#41: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:858:
+ } else {$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#41: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:858:
+ } else {$
WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 12)
#41: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:858:
+ } else {
+ ret = -errno;
ERROR:CODE_INDENT: code indent should use tabs where possible
#42: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:859:
+ ret = -errno;$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#42: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:859:
+ ret = -errno;$
ERROR:CODE_INDENT: code indent should use tabs where possible
#43: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:860:
+ goto out;$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#43: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:860:
+ goto out;$
ERROR:CODE_INDENT: code indent should use tabs where possible
#44: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:861:
+ }$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#44: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:861:
+ }$
total: 6 errors, 9 warnings, 0 checks, 16 lines checked
parent reply other threads:[~2019-07-12 7:41 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <CAP=P++CjQQX3hWb0Nck8JaJuGcy_SHmsjN0g3+f1Ns9r9fDBjA@mail.gmail.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=20190712074157.E8A3B1B9B0@dpdk.org \
--to=checkpatch@dpdk.org \
--cc=jmilan.dev@gmail.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).