[dpdk-test-report] |WARNING| pw34829 [PATCH v3 3/3] net/i40e: fix multiple driver support issue

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Feb 1 12:49:04 CET 2018


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

_coding style issues_


CHECK:BRACES: Unbalanced braces around else statement
#242: FILE: drivers/net/i40e/i40e_ethdev.c:3601:
+	} else

CHECK:BRACES: braces {} should be used on all arms of this statement
#360: FILE: drivers/net/i40e/i40e_ethdev.c:9104:
+		if (!pf->dis_global_cfg) {
[...]
 						  I40E_GLQF_HASH_MSK(i, pctype),
[...]

CHECK:BRACES: Unbalanced braces around else statement
#396: FILE: drivers/net/i40e/i40e_ethdev.c:9133:
+		} else

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

CHECK:BRACES: Unbalanced braces around else statement
#459: FILE: drivers/net/i40e/i40e_ethdev.c:9298:
+	} else

CHECK:BRACES: braces {} should be used on all arms of this statement
#521: FILE: drivers/net/i40e/i40e_fdir.c:653:
+	if (!pf->dis_global_cfg) {
[...]
+	} else
[...]

CHECK:BRACES: Unbalanced braces around else statement
#535: FILE: drivers/net/i40e/i40e_fdir.c:667:
+			} else

CHECK:BRACES: Unbalanced braces around else statement
#542: FILE: drivers/net/i40e/i40e_fdir.c:674:
+	} else

total: 0 errors, 0 warnings, 8 checks, 490 lines checked


More information about the test-report mailing list