Re: [PATCH] drm/amdgpu: Clean up errors in ih_v6_0.c

2023-08-07 Thread Alex Deucher
Applied. Thanks! On Wed, Aug 2, 2023 at 2:43 AM Ran Sun wrote: > > Fix the following errors reported by checkpatch: > > ERROR: trailing statements should be on next line > ERROR: that open brace { should be on the previous line > > Signed-off-by: Ran Sun > --- >

[PATCH] drm/amdgpu: Clean up errors in ih_v6_0.c

2023-08-02 Thread Ran Sun
Fix the following errors reported by checkpatch: ERROR: trailing statements should be on next line ERROR: that open brace { should be on the previous line Signed-off-by: Ran Sun --- drivers/gpu/drm/amd/amdgpu/ih_v6_0.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git