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

2023-08-07 Thread Alex Deucher
Applied. Thanks! On Wed, Aug 2, 2023 at 3:53 AM Ran Sun wrote: > > Fix the following errors reported by checkpatch: > > ERROR: space required before the open brace '{' > ERROR: "foo * bar" should be "foo *bar" > ERROR: space required before the open parenthesis '(' > ERROR: that open brace {

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

2023-08-02 Thread Ran Sun
Fix the following errors reported by checkpatch: ERROR: space required before the open brace '{' ERROR: "foo * bar" should be "foo *bar" ERROR: space required before the open parenthesis '(' ERROR: that open brace { should be on the previous line Signed-off-by: Ran Sun ---