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

checkpatch at dpdk.org checkpatch at dpdk.org
Thu May 27 17:28:42 CEST 2021


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

_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:2770:
+	return (rc);

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

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

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

total: 4 errors, 0 warnings, 191 lines checked


More information about the test-report mailing list