drm/amdkfd: delete stray tab in kfd_dbg_set_mes_debug_mode()
authorDan Carpenter <dan.carpenter@linaro.org>
Mon, 10 Mar 2025 10:47:25 +0000 (13:47 +0300)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 11 Mar 2025 16:36:38 +0000 (12:36 -0400)
commit5b1fa87f305050d17c553381c39ad8f1e17ce062
treedb903e1da18892977e3f8afb2d6889367d4fc2a3
parent0ee560d71f9ab3af61ffc07eadc55c5a36f09843
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>
drivers/gpu/drm/amd/amdkfd/kfd_debug.c