drm/radeon: Clean up errors in radeon_audio.c
authorGuoHua Chen <chenguohua_716@163.com>
Thu, 11 Jan 2024 08:32:35 +0000 (08:32 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 18 Jan 2024 20:39:32 +0000 (15:39 -0500)
commit50958960c44374eea0f9f687466278bbb017f8e1
treec8dc17f739d1adfc94ab1e0a8cd3dc1af8fe4d2f
parentab2533d4fd0fc4aae8853311b3085d5e65b8f797
drm/radeon: Clean up errors in radeon_audio.c

Fix the following errors reported by checkpatch:

ERROR: "foo* bar" should be "foo *bar"
ERROR: that open brace { should be on the previous line

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