[dpdk-test-report] |WARNING| pw97423 [PATCH 05/38] common/sfc_efx/base: add an API to get mport ID by selector

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Aug 27 08:58:33 CEST 2021


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

_coding style issues_


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

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

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

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

total: 4 errors, 0 warnings, 110 lines checked


More information about the test-report mailing list