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

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Oct 20 10:53:54 CEST 2020


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

_coding style issues_


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

WARNING:SPACING: space prohibited between function name and open parenthesis '('
#185: 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 '('
#209: 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 '('
#226: 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
#252: FILE: drivers/common/sfc_efx/base/efx_mae.c:1102:
+	return (0);

ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required
#264: 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