|WARNING| pw128012 [PATCH v2 23/34] common/sfc_efx/base: match on conntrack mark in action rules

checkpatch at dpdk.org checkpatch at dpdk.org
Sun Jun 4 02:06:18 CEST 2023


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

_coding style issues_


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

WARNING:SPACING: space prohibited between function name and open parenthesis '('
#135: FILE: drivers/common/sfc_efx/base/efx_mae.c:934:
+					  sizeof (ct_mark), vp,

WARNING:SPACING: space prohibited between function name and open parenthesis '('
#136: 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
#140: 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