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

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Oct 11 16:51:19 CEST 2021


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

_coding style issues_


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

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

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

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