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

2023-08-07 Thread Alex Deucher
Applied. Thanks! On Mon, Jul 31, 2023 at 10:37 PM Ran Sun wrote: > > Fix the following errors reported by checkpatch: > > ERROR: that open brace { should be on the previous line > ERROR: spaces required around that '||' (ctx:WxO) > > Signed-off-by: Ran Sun > --- > drivers/gpu/drm/amd/pm/powerp

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

2023-07-31 Thread Ran Sun
Fix the following errors reported by checkpatch: ERROR: that open brace { should be on the previous line ERROR: spaces required around that '||' (ctx:WxO) Signed-off-by: Ran Sun --- drivers/gpu/drm/amd/pm/powerplay/amd_powerplay.c | 16 1 file changed, 8 insertions(+), 8 deleti