drm/amd/amdgpu: Fix style issues in amdgpu_discovery.c
authorSrinivasan Shanmugam <srinivasan.shanmugam@amd.com>
Wed, 19 Apr 2023 13:10:00 +0000 (18:40 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 21 Apr 2023 12:49:37 +0000 (08:49 -0400)
commit7abac457ba75e3c6f6468036ad6f424bc56b2750
tree49283d5a23c307b0b4ac2085921a983ac44203cb
parent8b6a6aa5d6d2be6a0669a29deb89184aaa0bad65
drm/amd/amdgpu: Fix style issues in amdgpu_discovery.c

Fix following checkpatch errors in amdgpu_discovery.c

ERROR: space required after that ',' (ctx:VxV)
ERROR: space required before the open parenthesis '('
ERROR: code indent should use tabs where possible

Cc: Christian König <christian.koenig@amd.com>
Cc: Alex Deucher <alexander.deucher@amd.com>
Cc: Mario Limonciello <mario.limonciello@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_discovery.c