drm/amdgpu: Add a missing tab
authorDan Carpenter <error27@gmail.com>
Fri, 13 Jan 2023 10:07:42 +0000 (13:07 +0300)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 17 Jan 2023 20:01:09 +0000 (15:01 -0500)
commit19d88e1df06c9c27b4a2ec59b36865892c624ef7
tree64d95cc623fbe01e671f640511f8d5cfb6583569
parentdbc2309cac2a550a94357c31b3dacd69647a3f46
drm/amdgpu: Add a missing tab

This tab was deleted accidentally and triggers a Smatch warning:

    drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c:1006 gfx_v8_0_init_microcode()
    warn: inconsistent indenting

Add it back.

Fixes: 0aaafb7359d2 ("drm/amd: Use `amdgpu_ucode_*` helpers for GFX8")
Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c