[dpdk-test-report] |WARNING| pw100467 [PATCH v2 04/10] common/sfc_efx/base: add RECIRC ID match in action rules API
checkpatch at dpdk.org
checkpatch at dpdk.org
Tue Oct 5 01:56:56 CEST 2021
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/100467
_coding style issues_
ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required
#151: FILE: drivers/common/sfc_efx/base/efx_mae.c:968:
+ return (rc);
WARNING:SPACING: space prohibited between function name and open parenthesis '('
#168: FILE: drivers/common/sfc_efx/base/efx_mae.c:985:
+ sizeof (recirc_id), vp,
WARNING:SPACING: space prohibited between function name and open parenthesis '('
#169: FILE: drivers/common/sfc_efx/base/efx_mae.c:986:
+ sizeof (full_mask), mp);
ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required
#173: FILE: drivers/common/sfc_efx/base/efx_mae.c:990:
+ return (0);
total: 2 errors, 2 warnings, 98 lines checked
More information about the test-report
mailing list