|WARNING| pw153113 [PATCH v2 30/45] common/sfc_efx/base: introduce Medford4 stub for MAC methods
checkpatch at dpdk.org
checkpatch at dpdk.org
Wed Apr 23 18:07:07 CEST 2025
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/153113
_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