drm/amd/pm: Clean up errors in amdgpu_smu.c
authorRan Sun <sunran001@208suo.com>
Tue, 1 Aug 2023 02:28:14 +0000 (02:28 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 9 Aug 2023 13:40:18 +0000 (09:40 -0400)
commit3e6ef49f53c6980543e9dad2eef6908c0bc65139
tree3554714ab0659f9f5f02ff1f5519f3354fb4cf1c
parentf931b011ca20679d2eb8c385decb1574efffbba9
drm/amd/pm: Clean up errors in amdgpu_smu.c

Fix the following errors reported by checkpatch:

ERROR: spaces required around that '=' (ctx:WxV)
ERROR: spaces required around that '&&' (ctx:VxW)
ERROR: that open brace { should be on the previous line
ERROR: space required before the open parenthesis '('
ERROR: space required before the open brace '{'
ERROR: spaces required around that ':' (ctx:VxW)

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