[dpdk-test-report] |WARNING| pw101070 [PATCH v2 31/38] common/sfc_efx/base: allow getting VNIC MCDI client handles

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Oct 11 16:54:03 CEST 2021


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

_coding style issues_


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

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

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

total: 3 errors, 0 warnings, 108 lines checked


More information about the test-report mailing list