* [dpdk-test-report] |WARNING| pw56383 [PATCH] net/af_xdp: fix xdp_get_channels_info return value
[not found] <CAP=P++CjQQX3hWb0Nck8JaJuGcy_SHmsjN0g3+f1Ns9r9fDBjA@mail.gmail.com>
@ 2019-07-12 7:41 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2019-07-12 7:41 UTC (permalink / raw)
To: test-report; +Cc: Július Milan
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-07-12 7:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <CAP=P++CjQQX3hWb0Nck8JaJuGcy_SHmsjN0g3+f1Ns9r9fDBjA@mail.gmail.com>
2019-07-12 7:41 ` [dpdk-test-report] |WARNING| pw56383 [PATCH] net/af_xdp: fix xdp_get_channels_info return value 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).