Skip to content

Commit 0ee560d

Browse files
Dan Carpenteralexdeucher
authored andcommitted
drm/amdgpu/gfx: delete stray tabs
These lines are indented one tab too far. Delete the extra tabs. Reviewed-by: Srinivasan Shanmugam <srinivasan.shanmugam@amd.com> Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 099f273 commit 0ee560d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2002,8 +2002,8 @@ void amdgpu_gfx_enforce_isolation_handler(struct work_struct *work)
20022002
if (adev->kfd.init_complete) {
20032003
WARN_ON_ONCE(!adev->gfx.kfd_sch_inactive[idx]);
20042004
WARN_ON_ONCE(adev->gfx.kfd_sch_req_count[idx]);
2005-
amdgpu_amdkfd_start_sched(adev, idx);
2006-
adev->gfx.kfd_sch_inactive[idx] = false;
2005+
amdgpu_amdkfd_start_sched(adev, idx);
2006+
adev->gfx.kfd_sch_inactive[idx] = false;
20072007
}
20082008
}
20092009
mutex_unlock(&adev->enforce_isolation_mutex);

0 commit comments

Comments
 (0)