]> www.infradead.org Git - users/hch/configfs.git/commitdiff
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 630b03f2ce3d12ea6f877c72e9405db694753312..66bb85955fa4eeaff1a527eaedc706cd43f4fc8a 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;