drm/amdgpu: Clean up errors in gfx_v7_0.c
authorRan Sun <sunran001@208suo.com>
Wed, 2 Aug 2023 07:48:44 +0000 (07:48 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 9 Aug 2023 13:43:56 +0000 (09:43 -0400)
commit7b57c54c96aaf1168904c07b3052aa0f7265760a
tree0ac40b95d8d118010bda89a9d13944e9afca2081
parent2b2b5858f57decf98739c39552440ed2d3d4bef6
drm/amdgpu: Clean up errors in gfx_v7_0.c

Fix the following errors reported by checkpatch:

ERROR: that open brace { should be on the previous line
ERROR: trailing statements should be on next line
ERROR: open brace '{' following struct go on the same line
ERROR: space prohibited before that '++' (ctx:WxB)

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