[dpdk-test-report] |WARNING| pw67410 [PATCH v2 1/2] net/iavf: support generic flow

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Mar 30 10:47:59 CEST 2020


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

_coding style issues_


CHECK:BRACES: braces {} should be used on all arms of this statement
#711: FILE: drivers/net/iavf/iavf_generic_flow.c:466:
+	if (parser->engine->type == IAVF_FLOW_ENGINE_HASH) {
[...]
+	} else if (parser->engine->type == IAVF_FLOW_ENGINE_FDIR) {
[...]
+	} else
[...]

CHECK:BRACES: Unbalanced braces around else statement
#717: FILE: drivers/net/iavf/iavf_generic_flow.c:472:
+	} else

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


More information about the test-report mailing list