[dpdk-test-report] |WARNING| pw81530 [PATCH v2 27/62] common/sfc_efx/base: support adding VLAN PUSH action

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Oct 20 11:27:26 CEST 2020


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

_coding style issues_


WARNING:SPACING: space prohibited between function name and open parenthesis '('
#173: FILE: drivers/common/sfc_efx/base/efx_mae.c:689:
+	if (arg_size != sizeof (*spec->emass_vlan_push_descs)) {

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

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

WARNING:SPACING: space prohibited between function name and open parenthesis '('
#246: FILE: drivers/common/sfc_efx/base/efx_mae.c:867:
+	    EFX_MAE_ACTION_VLAN_PUSH, sizeof (action), arg));

total: 2 errors, 2 warnings, 168 lines checked


More information about the test-report mailing list