Skip to content

Commit 599f7c8

Browse files
Ran Sunalexdeucher
authored andcommitted
drm/amdgpu: Clean up errors in mxgpu_vi.c
Fix the following errors reported by checkpatch: ERROR: spaces required around that '-=' (ctx:WxV) Signed-off-by: Ran Sun <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 939a392 commit 599f7c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ static void xgpu_vi_mailbox_send_ack(struct amdgpu_device *adev)
334334
break;
335335
}
336336
mdelay(1);
337-
timeout -=1;
337+
timeout -= 1;
338338

339339
reg = RREG32_NO_KIQ(mmMAILBOX_CONTROL);
340340
}

0 commit comments

Comments
 (0)