aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_sdma.c
diff options
context:
space:
mode:
authorCharles Han <[email protected]>2025-03-05 10:40:57 +0000
committerAlex Deucher <[email protected]>2025-03-07 17:53:06 +0000
commit571d36837c84707ea36fa37ab1373a124e328ed4 (patch)
treec048938f28798d4096e3a487e6ab2109dbff89b8 /drivers/gpu/drm/amd/amdgpu/amdgpu_sdma.c
parentdrm/amdgpu: Do not write to GRBM_CNTL if Aldebaran SRIOV (diff)
downloadkernel-571d36837c84707ea36fa37ab1373a124e328ed4.tar.gz
kernel-571d36837c84707ea36fa37ab1373a124e328ed4.zip
drm/amdgpu: fix inconsistent indenting warning
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 <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_sdma.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_sdma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_sdma.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_sdma.c
index 39669f8788a7..3a4cef896018 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_sdma.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_sdma.c
@@ -621,5 +621,5 @@ exit:
if (suspend_user_queues)
amdgpu_amdkfd_resume(adev, false);
- return ret;
+ return ret;
}