[dpdk-test-report] |WARNING| pw27948 [PATCH 11/12] net/vhost: support to run in the secondary process

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Aug 25 12:31:12 CEST 2017


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

_coding style issues_


ERROR:CODE_INDENT: code indent should use tabs where possible
#225: FILE: drivers/net/vhost/rte_eth_vhost.c:1272:
+^I^I^I       ^I^I^I fds[0], fds[1]);$

WARNING:SPACE_BEFORE_TAB: please, no space before tabs
#225: FILE: drivers/net/vhost/rte_eth_vhost.c:1272:
+^I^I^I       ^I^I^I fds[0], fds[1]);$

ERROR:CODE_INDENT: code indent should use tabs where possible
#248: FILE: drivers/net/vhost/rte_eth_vhost.c:1301:
+^I       ^Ireturn^I(ret >= 0) ? 0 : -1;$

WARNING:SPACE_BEFORE_TAB: please, no space before tabs
#248: FILE: drivers/net/vhost/rte_eth_vhost.c:1301:
+^I       ^Ireturn^I(ret >= 0) ? 0 : -1;$

total: 2 errors, 2 warnings, 0 checks, 212 lines checked


More information about the test-report mailing list