drm/radeon: Clean up errors in evergreen.c
authorGuoHua Chen <chenguohua_716@163.com>
Thu, 11 Jan 2024 08:51:58 +0000 (08:51 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 18 Jan 2024 20:39:47 +0000 (15:39 -0500)
commitc40bc91776b983932a85b8291b9fd91ca82aa0da
tree7900fb22084bfc6084938663f8061592bd07d99b
parentc6ebd422a6eb8b4ba1f70e676755d8c9c5353cdf
drm/radeon: Clean up errors in evergreen.c

Fix the following errors reported by checkpatch:

ERROR: that open brace { should be on the previous line
ERROR: spaces required around that '&=' (ctx:WxO)
ERROR: space required before that '~' (ctx:OxV)
ERROR: space prohibited before that close parenthesis ')'
ERROR: space required after that ',' (ctx:WxO)
ERROR: space required before that '&' (ctx:OxV)
ERROR: need consistent spacing around '*' (ctx:VxW)

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