|WARNING| pw153104 [PATCH v2 21/45] common/sfc_efx/base: obtain assigned netport handle from NIC

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Apr 23 18:07:46 CEST 2025


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

_coding style issues_


ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required
#138: FILE: drivers/common/sfc_efx/base/efx_np.c:74:
+	return (0);

ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required
#145: FILE: drivers/common/sfc_efx/base/efx_np.c:81:
+	return (rc);

ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required
#171: FILE: drivers/common/sfc_efx/base/efx_np.c:116:
+	return (rc);

total: 3 errors, 0 warnings, 85 lines checked


More information about the test-report mailing list