Re: [PATCH] drm/amd: Clean up errors in amdgpu_cgs.c

2023-08-07 Thread Alex Deucher
Already fixed. On Wed, Aug 2, 2023 at 2:55 AM Ran Sun wrote: > > Fix the following errors reported by checkpatch: > > ERROR: switch and case should be at the same indent > > Signed-off-by: Ran Sun > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 64 - > 1 file changed,

[PATCH] drm/amd: Clean up errors in amdgpu_cgs.c

2023-08-02 Thread Ran Sun
Fix the following errors reported by checkpatch: ERROR: switch and case should be at the same indent Signed-off-by: Ran Sun --- drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 64 - 1 file changed, 32 insertions(+), 32 deletions(-) diff --git