drm/amd/pm: Clean up errors in arcturus_ppt.c
authorRan Sun <sunran001@208suo.com>
Mon, 24 Jul 2023 07:49:11 +0000 (15:49 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 27 Jul 2023 18:47:43 +0000 (14:47 -0400)
commit7406f963bfaf63004dcb25c646d126e40ee2844f
tree9662778baf94f289c459b07e79b906f2d5e11b59
parent8d066f2b5b47810166b3860996fa4df9fcc80187
drm/amd/pm: Clean up errors in arcturus_ppt.c

Fix the following errors reported by checkpatch:

ERROR: "foo* bar" should be "foo *bar"
ERROR: spaces required around that '=' (ctx:VxW)
ERROR: space prohibited before that close parenthesis ')'

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