|WARNING| pw152978 [PATCH 31/46] common/sfc_efx/base: introduce Medford4 stub for MAC methods

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Apr 16 16:08:23 CEST 2025


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

_coding style issues_


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

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

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

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

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

total: 5 errors, 0 warnings, 129 lines checked


More information about the test-report mailing list