drm/amdgpu: Clean up errors in umc_v6_0.c
authorchenxuebing <chenxb_99091@126.com>
Thu, 11 Jan 2024 02:52:18 +0000 (02:52 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 18 Jan 2024 20:38:00 +0000 (15:38 -0500)
Fix the following errors reported by checkpatch:

ERROR: space required after that ',' (ctx:VxV)

Signed-off-by: chenxuebing <chenxb_99091@126.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/umc_v6_0.c

index 0d6b50528d7625e3a43ab27a6cd3c94810ba9c9c..97fa88ed770c0f6e27386a48919d860994efbd59 100644 (file)
@@ -25,7 +25,7 @@
 
 static void umc_v6_0_init_registers(struct amdgpu_device *adev)
 {
-       unsigned i,j;
+       unsigned i, j;
 
        for (i = 0; i < 4; i++)
                for (j = 0; j < 4; j++)