[dpdk-test-report] |WARNING| pw35667 [PATCH RFC 2/4] lib/librte_eal/common:Add Intel FPGA Bus Running Command Parse

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Mar 6 02:43:28 CET 2018


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

_coding style issues_


WARNING:LEADING_SPACE: please, no spaces at the start of a line
#40: FILE: lib/librte_eal/common/eal_common_options.c:1164:
+    case OPT_IFPGA_NUM:$

WARNING:TABSTOP: Statements should start on a tabstop
#41: FILE: lib/librte_eal/common/eal_common_options.c:1165:
+	    if (eal_option_device_add(RTE_DEVTYPE_VIRTUAL,

ERROR:CODE_INDENT: code indent should use tabs where possible
#42: FILE: lib/librte_eal/common/eal_common_options.c:1166:
+^I    ^I^Ioptarg) < 0) {$

WARNING:SPACE_BEFORE_TAB: please, no space before tabs
#42: FILE: lib/librte_eal/common/eal_common_options.c:1166:
+^I    ^I^Ioptarg) < 0) {$

ERROR:CODE_INDENT: code indent should use tabs where possible
#43: FILE: lib/librte_eal/common/eal_common_options.c:1167:
+^I    ^Ireturn -1;$

WARNING:SPACE_BEFORE_TAB: please, no space before tabs
#43: FILE: lib/librte_eal/common/eal_common_options.c:1167:
+^I    ^Ireturn -1;$

WARNING:TABSTOP: Statements should start on a tabstop
#44: FILE: lib/librte_eal/common/eal_common_options.c:1168:
+	    }

WARNING:TABSTOP: Statements should start on a tabstop
#45: FILE: lib/librte_eal/common/eal_common_options.c:1169:
+	    break;

total: 2 errors, 6 warnings, 28 lines checked


More information about the test-report mailing list