drm/amdgpu: clean up some inconsistent indenting
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Tue, 10 May 2022 06:04:40 +0000 (14:04 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 13 May 2022 17:14:37 +0000 (13:14 -0400)
commit0a360aeb861e94a9d17cb7e63887ef7876bac1df
treecfe5415f838416a506d82b260b12ee17006a6ff4
parent81c5495910e81c2cadcb9118ca0c8803ab3bde61
drm/amdgpu: clean up some inconsistent indenting

Eliminate the follow smatch warning:

drivers/gpu/drm/amd/amdgpu/nbio_v7_7.c:35 nbio_v7_7_get_rev_id() warn:
inconsistent indenting.

drivers/gpu/drm/amd/amdgpu/nbio_v7_7.c:214 nbio_v7_7_init_registers()
warn: inconsistent indenting.

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/nbio_v7_7.c