[dpdk-test-report] |WARNING| pw30075 [PATCH] eal: bus scan and probe never fail

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Oct 10 18:02:34 CEST 2017


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

_coding style issues_


ERROR:TRAILING_STATEMENTS: trailing statements should be on next line
#108: FILE: lib/librte_eal/common/eal_common_bus.c:85:
+	if (!f) abort();

ERROR:TRAILING_STATEMENTS: trailing statements should be on next line
#118: FILE: lib/librte_eal/common/eal_common_bus.c:95:
+	if (!f) abort();

ERROR:CODE_INDENT: code indent should use tabs where possible
#167: FILE: lib/librte_eal/common/eal_common_bus.c:157:
+            rte_bus_append_failed_probe(bus, ret);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#167: FILE: lib/librte_eal/common/eal_common_bus.c:157:
+            rte_bus_append_failed_probe(bus, ret);$

ERROR:CODE_INDENT: code indent should use tabs where possible
#176: FILE: lib/librte_eal/common/eal_common_bus.c:166:
+            rte_bus_append_failed_probe(bus, ret);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#176: FILE: lib/librte_eal/common/eal_common_bus.c:166:
+            rte_bus_append_failed_probe(bus, ret);$

ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s)

total: 5 errors, 2 warnings, 119 lines checked


More information about the test-report mailing list