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

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Mar 12 10:33:36 CET 2021


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

_coding style issues_


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

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

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