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

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Jul 9 08:51:10 CEST 2019


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

_coding style issues_


WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#96: FILE: drivers/net/i40e/i40e_ethdev.c:1271:
+	if (RTE_ETH_NAME_MAX_LEN > strlen(value)) {

WARNING:RETURN_VOID: void function return statements are not generally useful
#199: FILE: drivers/net/i40e/i40e_ethdev.c:1374:
+	return;
+}

WARNING:RETURN_VOID: void function return statements are not generally useful
#206: FILE: drivers/net/i40e/i40e_ethdev.c:1381:
+	return;
+}

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


More information about the test-report mailing list