drm/radeon/btc_dpm: Clean up errors in btc_dpm.c
authorGuoHua Chen <chenguohua_716@163.com>
Thu, 11 Jan 2024 08:14:56 +0000 (08:14 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 18 Jan 2024 20:39:11 +0000 (15:39 -0500)
commit3013edd68ea73712154ce7238e19deb52c55c4a4
tree1affe32ed710998d16e14dc0a1f3f817d2608b19
parent1b5a5e4055f507154d7f19ec85a360bd90a33144
drm/radeon/btc_dpm: Clean up errors in btc_dpm.c

Fix the following errors reported by checkpatch:

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

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