]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/amdgpu: fix inconsistent indenting warning
authorCharles Han <hanchunchao@inspur.com>
Wed, 5 Mar 2025 10:40:57 +0000 (18:40 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 7 Mar 2025 17:53:06 +0000 (12:53 -0500)
Fix below inconsistent indenting smatch warning.
smatch warnings:
drivers/gpu/drm/amd/amdgpu/amdgpu_sdma.c:582 amdgpu_sdma_reset_engine() warn: inconsistent indenting

Signed-off-by: Charles Han <hanchunchao@inspur.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_sdma.c

index 39669f8788a79c19a568c8c9cccac9a38ccd108d..3a4cef896018574318cfd3fecc4406a375694ebd 100644 (file)
@@ -621,5 +621,5 @@ exit:
        if (suspend_user_queues)
                amdgpu_amdkfd_resume(adev, false);
 
-       return ret;
+       return ret;
 }