[dpdk-test-report] |WARNING| pw55583 [PATCH v2] net/i40e: i40e get link status update from ipn3ke

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Jun 28 10:41:26 CEST 2019


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

_coding style issues_


CHECK:BRACES: braces {} should be used on all arms of this statement
#97: FILE: drivers/net/i40e/i40e_ethdev.c:2810:
+	if (!strncmp(cfg_str, "IPN3KE", strlen("IPN3KE"))) {
[...]
+	} else
[...]

CHECK:BRACES: braces {} should be used on all arms of this statement
#110: FILE: drivers/net/i40e/i40e_ethdev.c:2823:
+			if (*p_src == '@') {
[...]
+			} else
[...]

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

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

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#158: FILE: drivers/net/i40e/i40e_ethdev.c:2871:
+					i40e_eth_dev_get_by_switch_mode_name(

total: 0 errors, 0 warnings, 5 checks, 154 lines checked


More information about the test-report mailing list