drm/radeon: Clean up errors in trinity_dpm.c
authorGuoHua Chen <chenguohua_716@163.com>
Thu, 11 Jan 2024 07:34:45 +0000 (07:34 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 18 Jan 2024 20:38:42 +0000 (15:38 -0500)
commit328f63b158f8eece6984447b78f09cf36f3cc598
tree226ea7096acb00054367e4792953fccacb970363
parent54a5d71723ac3b45f2497a45222a82923ef590aa
drm/radeon: Clean up errors in trinity_dpm.c

Fix the following errors reported by checkpatch:

ERROR: that open brace { should be on the previous line
ERROR: space prohibited before that ',' (ctx:WxW)
ERROR: need consistent spacing around '-' (ctx:WxV)

Signed-off-by: GuoHua Chen <chenguohua_716@163.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/kv_dpm.c