[PATCH] drm/amdgpu: Clean up errors in mmhub_v1_7.c

From: XueBing Chen
Date: Thu Aug 24 2023 - 03:08:24 EST


Fix the following errors reported by checkpatch:

ERROR: space required before the open parenthesis '('

Signed-off-by: XueBing Chen <chenxuebing@xxxxxxx>
---
drivers/gpu/drm/amd/amdgpu/mmhub_v1_7.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/mmhub_v1_7.c b/drivers/gpu/drm/amd/amdgpu/mmhub_v1_7.c
index 9086f2fdfaf4..cfaeac46fd43 100644
--- a/drivers/gpu/drm/amd/amdgpu/mmhub_v1_7.c
+++ b/drivers/gpu/drm/amd/amdgpu/mmhub_v1_7.c
@@ -1213,7 +1213,7 @@ static int mmhub_v1_7_get_ras_error_count(struct amdgpu_device *adev,
uint32_t sec_cnt, ded_cnt;

for (i = 0; i < ARRAY_SIZE(mmhub_v1_7_ras_fields); i++) {
- if(mmhub_v1_7_ras_fields[i].reg_offset != reg->reg_offset)
+ if (mmhub_v1_7_ras_fields[i].reg_offset != reg->reg_offset)
continue;

sec_cnt = (value &
--
2.17.1