|WARNING| pw169255 [PATCH] net/ixgbe: add FDIR pballoc devarg

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Sep 8 17:59:46 CEST 2026


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

_coding style issues_


CHECK:BRACES: braces {} should be used on all arms of this statement
#183: FILE: drivers/net/intel/ixgbe/ixgbe_ethdev.c:1067:
+	if (strcmp(value, "64k") == 0)
[...]
+	else if (strcmp(value, "128k") == 0)
[...]
+	else if (strcmp(value, "256k") == 0)
[...]
+	else {
[...]

CHECK:BRACES: Unbalanced braces around else statement
#189: FILE: drivers/net/intel/ixgbe/ixgbe_ethdev.c:1073:
+	else {

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


More information about the test-report mailing list