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

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

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

2023-08-01 Thread Ran Sun
Fix the following errors reported by checkpatch: ERROR: open brace '{' following struct go on the same line ERROR: spaces required around that '=' (ctx:VxW) ERROR: that open brace { should be on the previous line Signed-off-by: Ran Sun --- drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c |