[dpdk-test-report] |WARNING| pw89010 [PATCH v2 05/10] common/sfc_efx/base: support encap. header provisioning

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Mar 12 12:09:09 CET 2021


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

_coding style issues_


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

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

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

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

total: 3 errors, 1 warnings, 208 lines checked


More information about the test-report mailing list