[dpdk-test-report] |WARNING| pw81537 [PATCH v2 23/62] common/sfc_efx/base: add MAE action rule provisioning APIs

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Oct 20 11:31:03 CEST 2020


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

_coding style issues_


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

WARNING:SPACING: space prohibited between function name and open parenthesis '('
#186: FILE: drivers/common/sfc_efx/base/efx_mae.c:1035:
+	EFX_STATIC_ASSERT(sizeof (ar_idp->id) ==

WARNING:SPACING: space prohibited between function name and open parenthesis '('
#210: FILE: drivers/common/sfc_efx/base/efx_mae.c:1059:
+	EFX_STATIC_ASSERT(sizeof (*rule_response) <=

WARNING:SPACING: space prohibited between function name and open parenthesis '('
#227: FILE: drivers/common/sfc_efx/base/efx_mae.c:1076:
+	EFX_STATIC_ASSERT(sizeof (spec->emms_mask_value_pairs.action) >=

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

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

total: 3 errors, 3 warnings, 205 lines checked


More information about the test-report mailing list