[dpdk-test-report] |WARNING| pw81498 [PATCH 32/62] common/sfc_efx/base: support adding MARK action to a set

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Oct 20 11:10:50 CEST 2020


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

_coding style issues_


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

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

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

WARNING:SPACING: space prohibited between function name and open parenthesis '('
#229: FILE: drivers/common/sfc_efx/base/efx_mae.c:966:
+	    EFX_MAE_ACTION_MARK, sizeof (mark_value), arg));

total: 2 errors, 2 warnings, 133 lines checked


More information about the test-report mailing list