[dpdk-test-report] |WARNING| pw100024 [PATCH 04/10] common/sfc_efx/base: add RECIRC ID match in action rules API
checkpatch at dpdk.org
checkpatch at dpdk.org
Wed Sep 29 22:59:46 CEST 2021
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/100024
_coding style issues_
ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required
#150: FILE: drivers/common/sfc_efx/base/efx_mae.c:968:
+ return (rc);
WARNING:SPACING: space prohibited between function name and open parenthesis '('
#167: FILE: drivers/common/sfc_efx/base/efx_mae.c:985:
+ sizeof (recirc_id), vp,
WARNING:SPACING: space prohibited between function name and open parenthesis '('
#168: 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
#172: 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