drm/amdgpu: Clean up errors in vcn_v3_0.c
authorRan Sun <sunran001@208suo.com>
Wed, 2 Aug 2023 07:53:09 +0000 (07:53 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 9 Aug 2023 13:44:00 +0000 (09:44 -0400)
commit20c7435447a2bf99696f88b48312eaaef6700799
tree2a2952bed3dea8507fa00d33c8b43b543eb2bdff
parent7bb8c4f6a40d232f4d1501953a94ce4b31033c04
drm/amdgpu: Clean up errors in vcn_v3_0.c

Fix the following errors reported by checkpatch:

ERROR: space required before the open brace '{'
ERROR: "foo * bar" should be "foo *bar"
ERROR: space required before the open parenthesis '('
ERROR: that open brace { should be on the previous line

Signed-off-by: Ran Sun <sunran001@208suo.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/vcn_v3_0.c