OSDN Git Service

drm/amd/amdgpu: Simplify switch case statements in amdgpu_connectors.c
authorSrinivasan Shanmugam <srinivasan.shanmugam@amd.com>
Thu, 27 Apr 2023 14:42:31 +0000 (20:12 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 9 Jun 2023 13:25:43 +0000 (09:25 -0400)
commita6f7baa387a32940e364978f72c1c150a29a219d
treee4fabd899be81ecd9bfb9124b80c5d43cf30ac5d
parent9f58341d63bd26e93cca66e9e1ca850d3c40b0c3
drm/amd/amdgpu: Simplify switch case statements in amdgpu_connectors.c

Fix the following checkpatch errors:

ERROR: trailing statements should be on next line
ERROR: space required after that ',' (ctx:VxV)
ERROR: code indent should use tabs where possible

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