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

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

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

2023-08-02 Thread Ran Sun
Fix the following errors reported by checkpatch: ERROR: "foo* bar" should be "foo *bar" ERROR: space required before the open brace '{' ERROR: space required before the open parenthesis '(' Signed-off-by: Ran Sun --- .../gpu/drm/amd/pm/powerplay/hwmgr/vega10_processpptables.c | 6 +++--- 1 file