[dpdk-test-report] |WARNING| pw94495 [PATCH v3 14/20] common/sfc_efx/base: add counter stream MCDI wrappers

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Jun 18 15:43:13 CEST 2021


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

_coding style issues_


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

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

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

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

total: 4 errors, 0 warnings, 191 lines checked


More information about the test-report mailing list