|WARNING| pw128051 [PATCH v3 23/34] common/sfc_efx/base: match on conntrack mark in action rules
checkpatch at dpdk.org
checkpatch at dpdk.org
Mon Jun 5 01:29:45 CEST 2023
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/128051
_coding style issues_
ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required
#117: FILE: drivers/common/sfc_efx/base/efx_mae.c:917:
+ return (rc);
WARNING:SPACING: space prohibited between function name and open parenthesis '('
#134: FILE: drivers/common/sfc_efx/base/efx_mae.c:934:
+ sizeof (ct_mark), vp,
WARNING:SPACING: space prohibited between function name and open parenthesis '('
#135: FILE: drivers/common/sfc_efx/base/efx_mae.c:935:
+ sizeof (full_mask), mp);
ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required
#139: FILE: drivers/common/sfc_efx/base/efx_mae.c:939:
+ return (0);
total: 2 errors, 2 warnings, 72 lines checked
More information about the test-report
mailing list