|WARNING| pw128294 [PATCH v4 05/34] common/sfc_efx/base: add API to get HW table desc

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Jun 7 15:06:19 CEST 2023


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

_coding style issues_


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

ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required
#186: FILE: drivers/common/sfc_efx/base/efx_table.c:105:
+	return (EFX_ARRAY_SIZE(efx_supported_table_ids));

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

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

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

total: 5 errors, 0 warnings, 351 lines checked


More information about the test-report mailing list