[dpdk-test-report] |WARNING| pw101284 [PATCH v3 04/10] common/sfc_efx/base: add RECIRC ID match in action rules API

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Oct 13 02:25:03 CEST 2021


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

_coding style issues_


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

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

WARNING:SPACING: space prohibited between function name and open parenthesis '('
#170: FILE: drivers/common/sfc_efx/base/efx_mae.c:907:
+					  sizeof (full_mask), mp);

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

total: 2 errors, 2 warnings, 98 lines checked


More information about the test-report mailing list