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

2023-08-07 Thread Alex Deucher
Applied. Thanks! On Mon, Jul 31, 2023 at 9:43 PM Ran Sun wrote: > > Fix the following errors reported by checkpatch: > > ERROR: space required before the open parenthesis '(' > ERROR: that open brace { should be on the previous line > > Signed-off-by: Ran Sun > --- > drivers/gpu/drm/amd/pm/sws

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

2023-07-31 Thread Ran Sun
Fix the following errors reported by checkpatch: ERROR: space required before the open parenthesis '(' 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.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-)