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

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Apr 3 08:00:53 CEST 2020


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

_coding style issues_


CHECK:BRACES: braces {} should be used on all arms of this statement
#723: 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
#729: FILE: drivers/net/iavf/iavf_generic_flow.c:472:
+	} else

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


More information about the test-report mailing list