drm/radeon/ci_dpm: Clean up errors in ci_dpm.c
authorGuoHua Chen <chenguohua_716@163.com>
Thu, 11 Jan 2024 08:43:25 +0000 (08:43 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 18 Jan 2024 20:39:42 +0000 (15:39 -0500)
commit63373186aa1bda9f2415f404c4a90e97fe59dfe8
treee41cfc8065be514a85ff6abb04871819cf6823d4
parentcc588e799549a4521eaea1276099b29b1c06e2c0
drm/radeon/ci_dpm: Clean up errors in ci_dpm.c

Fix the following errors reported by checkpatch:

ERROR: that open brace { should be on the previous line
ERROR: need consistent spacing around '-' (ctx:WxV)
ERROR: space required before the open parenthesis '('
ERROR: "foo* bar" should be "foo *bar"

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