drm/amdgpu: fix the extra space between two functions
authorSunil Khatri <sunil.khatri@amd.com>
Tue, 16 Jul 2024 10:20:49 +0000 (15:50 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 23 Jul 2024 21:07:09 +0000 (17:07 -0400)
fix extra line space between two functions.

Signed-off-by: Sunil Khatri <sunil.khatri@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c

index 630b03f..66bb859 100644 (file)
@@ -1742,6 +1742,7 @@ static void sdma_v5_2_print_ip_state(void *handle, struct drm_printer *p)
                                   adev->sdma.ip_dump[instance_offset + j]);
        }
 }
+
 static void sdma_v5_2_dump_ip_state(void *handle)
 {
        struct amdgpu_device *adev = (struct amdgpu_device *)handle;