Skip to content

Commit 5b1fa87

Browse files
Dan Carpenteralexdeucher
authored andcommitted
drm/amdkfd: delete stray tab in kfd_dbg_set_mes_debug_mode()
These lines are indented one tab more than they should be. Delete the stray tabs. Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 0ee560d commit 5b1fa87

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

drivers/gpu/drm/amd/amdkfd/kfd_debug.c

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -357,12 +357,12 @@ int kfd_dbg_set_mes_debug_mode(struct kfd_process_device *pdd, bool sq_trap_en)
357357
return 0;
358358

359359
if (!pdd->proc_ctx_cpu_ptr) {
360-
r = amdgpu_amdkfd_alloc_gtt_mem(adev,
361-
AMDGPU_MES_PROC_CTX_SIZE,
362-
&pdd->proc_ctx_bo,
363-
&pdd->proc_ctx_gpu_addr,
364-
&pdd->proc_ctx_cpu_ptr,
365-
false);
360+
r = amdgpu_amdkfd_alloc_gtt_mem(adev,
361+
AMDGPU_MES_PROC_CTX_SIZE,
362+
&pdd->proc_ctx_bo,
363+
&pdd->proc_ctx_gpu_addr,
364+
&pdd->proc_ctx_cpu_ptr,
365+
false);
366366
if (r) {
367367
dev_err(adev->dev,
368368
"failed to allocate process context bo\n");

0 commit comments

Comments
 (0)