[dpdk-test-report] |WARNING| pw24464 [PATCH 08/11] net/e1000: parse flex filter

checkpatch at dpdk.org checkpatch at dpdk.org
Tue May 23 09:22:39 CEST 2017


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

_coding style issues_


WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 24)
#174: FILE: drivers/net/e1000/igb_flow.c:1168:
+	if (item->type != RTE_FLOW_ITEM_TYPE_RAW &&
[...]
+			rte_flow_error_set(error, EINVAL,

CHECK:LOGICAL_CONTINUATIONS: Logical continuations should be on the previous line
#283: FILE: drivers/net/e1000/igb_flow.c:1277:
+	if (filter->len == 0 || filter->len > E1000_MAX_FLEX_FILTER_LEN
+	    || filter->len % sizeof(uint64_t) != 0) {

total: 0 errors, 1 warnings, 1 checks, 294 lines checked


More information about the test-report mailing list