drm/amdgpu: Clean up errors in smu_helper.c
authorRan Sun <sunran001@208suo.com>
Tue, 1 Aug 2023 07:59:51 +0000 (07:59 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 9 Aug 2023 13:40:44 +0000 (09:40 -0400)
commit53fa57d2186e725b2a39d5e6848fed7a63c2058e
tree405c3c613bdaec80cd54e4c5ff314692f5a7c9e1
parentdf70be37ef74784f1b872c0c2b4d220347302356
drm/amdgpu: Clean up errors in smu_helper.c

Fix the following errors reported by checkpatch:

ERROR: spaces required around that '=' (ctx:VxV)
ERROR: spaces required around that '<' (ctx:VxV)

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