drm/amdgpu: Fix the code style warnings in sdma
authoryipechai <YiPeng.Chai@amd.com>
Fri, 14 Jan 2022 02:33:09 +0000 (10:33 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 18 Jan 2022 22:24:18 +0000 (17:24 -0500)
commit8697a19ee955e32fe298b00feb0c61fc75cb5261
tree30a4b2e9ed3f255dd5505f5dd25a289860195f8b
parentd622c094f8fe7a77fda613964ffdd9a248d2550a
drm/amdgpu: Fix the code style warnings in sdma

Fix the code style warnings in sdma:
1. WARNING: Missing a blank line after declarations.
2. ERROR: that open brace { should be on the previous line.
3. WARNING: unnecessary whitespace before a quoted newline.
4. ERROR: space required after that ',' (ctx:VxV).

Signed-off-by: yipechai <YiPeng.Chai@amd.com>
Reviewed-by: Tao Zhou <tao.zhou1@amd.com>
Acked-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c
drivers/gpu/drm/amd/amdgpu/sdma_v4_4.c