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

2023-08-07 Thread Alex Deucher
Applied. Thanks! On Mon, Jul 31, 2023 at 10:28 PM Ran Sun wrote: > > Fix the following errors reported by checkpatch: > > ERROR: spaces required around that '=' (ctx:WxV) > ERROR: spaces required around that '&&' (ctx:VxW) > ERROR: that open brace { should be on the previous line > ERROR: space

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

2023-08-01 Thread Ran Sun
Fix the following errors reported by checkpatch: ERROR: spaces required around that '=' (ctx:WxV) ERROR: spaces required around that '&&' (ctx:VxW) ERROR: that open brace { should be on the previous line ERROR: space required before the open parenthesis '(' ERROR: space required before the open br