drm/amdgpu: Clean up errors in dce_v8_0.c
authorRan Sun <sunran001@208suo.com>
Wed, 2 Aug 2023 07:18:05 +0000 (07:18 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 9 Aug 2023 13:43:36 +0000 (09:43 -0400)
commit18ef754488bac64baadc3ab78953b70ba0439d24
tree921a62037a2b46342730d0ddd59a0310a423d160
parent665ba81b4a0c3776f3161e5ab35d93ab9e4740c7
drm/amdgpu: Clean up errors in dce_v8_0.c

Fix the following errors reported by checkpatch:

ERROR: that open brace { should be on the previous line
ERROR: code indent should use tabs where possible
ERROR: space required before the open brace '{'

Signed-off-by: Ran Sun <sunran001@208suo.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/dce_v8_0.c