drm/amdgpu: Clean up errors in vcn_v4_0.c
authorRan Sun <sunran001@208suo.com>
Wed, 2 Aug 2023 07:43:15 +0000 (07:43 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 9 Aug 2023 13:43:54 +0000 (09:43 -0400)
commit2b2b5858f57decf98739c39552440ed2d3d4bef6
treecbcfb87974f03caaa18903125d1078052e2ad5c2
parentc8a1439699923b797d04a396365145de4da18c9c
drm/amdgpu: Clean up errors in vcn_v4_0.c

Fix the following errors reported by checkpatch:

spaces required around that '==' (ctx:VxV)
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_v4_0.c