drm/amdgpu: Fix the code style warnings in hdp xgmi mca and umc
authoryipechai <YiPeng.Chai@amd.com>
Fri, 14 Jan 2022 02:40:15 +0000 (10:40 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 18 Jan 2022 22:24:24 +0000 (17:24 -0500)
commit71b6c4a277dbb2594c260ccedcafaef5154b0da0
tree4eead1987d69be8f903edd2ef15a2f4aff75647d
parent8697a19ee955e32fe298b00feb0c61fc75cb5261
drm/amdgpu: Fix the code style warnings in hdp xgmi mca and umc

drm/amdgpu: Fix the code style warnings in hdp xgmi mca and umc:
1. WARNING: missing space after struct definition.
2. WARNING: please, no space before tabs.
3. WARNING: line length of xxx exceeds 100 columns.
4. ERROR: "foo* bar" should be "foo *bar".
5. ERROR: space required before the open parenthesis '('.
6. ERROR: space prohibited after that open parenthesis '('.

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/amdgpu_hdp.h
drivers/gpu/drm/amd/amdgpu/amdgpu_xgmi.c
drivers/gpu/drm/amd/amdgpu/mca_v3_0.c