drm/amd/amdgpu: Fix style errors in amdgpu_display.c
authorSrinivasan Shanmugam <srinivasan.shanmugam@amd.com>
Tue, 25 Apr 2023 18:45:26 +0000 (00:15 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 9 Jun 2023 13:22:50 +0000 (09:22 -0400)
commitb2edaac4f2fb4866c3f9b7be5c39f518fd497a3b
tree428bc07231123d10079e5b1f6d8eebf125e03b98
parent27e6be5d753687764c852af6468c21ef0624022a
drm/amd/amdgpu: Fix style errors in amdgpu_display.c

Fix following checkpatch errors in amdgpu_display.c

ERROR: spaces required around that '=' (ctx:VxW)
ERROR: that open brace { should be on the previous line
ERROR: else should follow close brace '}'

Cc: Christian König <christian.koenig@amd.com>
Cc: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Srinivasan Shanmugam <srinivasan.shanmugam@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_display.c