[PATCH] amd: amdgpu: fix coding style issue

2022-09-04 Thread Jingyu Wang
This is a patch to the amdgpu_sync.c file that fixes some warnings found by the checkpatch.pl tool Signed-off-by: Jingyu Wang --- drivers/gpu/drm/amd/amdgpu/amdgpu_sync.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_sync.c b/driv

Re: [PATCH] amd: amdgpu: fix coding style issue

2022-09-04 Thread Christian König
Am 04.09.22 um 11:26 schrieb Jingyu Wang: This is a patch to the amdgpu_sync.c file that fixes some warnings found by the checkpatch.pl tool Signed-off-by: Jingyu Wang --- drivers/gpu/drm/amd/amdgpu/amdgpu_sync.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/dr