]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: Fix inconsistent indenting
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Fri, 21 May 2021 09:50:28 +0000 (17:50 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 21 May 2021 22:03:08 +0000 (18:03 -0400)
commitb0ee2b25799eecf5a86b9fa1498ea1782613a42a
tree53eb586205255ed6e2626760ccc946d966b07b6e
parent101ad6e785254b1415e039dafcb3b773fcaadc80
drm/amdgpu: Fix inconsistent indenting

Eliminate the follow smatch warning:

drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c:449
sdma_v5_0_ring_emit_mem_sync() warn: inconsistent indenting.

Reviewed-by: Christian König <christian.koenig@amd.com>
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c