[dpdk-test-report] |WARNING| pw23267 [PATCH] net/i40e: fix tunnel filter to VF

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Apr 6 09:15:52 CEST 2017


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

_coding style issues_


CHECK:BRACES: braces {} should be used on all arms of this statement
#54: FILE: drivers/net/i40e/i40e_ethdev.c:10645:
+		if (!f->is_to_vf)
[...]
+		else {
[...]

CHECK:BRACES: Unbalanced braces around else statement
#56: FILE: drivers/net/i40e/i40e_ethdev.c:10647:
+		else {

CHECK:BRACES: Unbalanced braces around else statement
#111: FILE: drivers/net/i40e/i40e_flow.c:2098:
+	else {

total: 0 errors, 0 warnings, 3 checks, 73 lines checked


More information about the test-report mailing list