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

2023-08-07 Thread Alex Deucher
Applied. Thanks! On Mon, Jul 31, 2023 at 10:11 PM Ran Sun wrote: > > Fix the following errors reported by checkpatch: > > ERROR: space prohibited before that ',' (ctx:WxW) > > Signed-off-by: Ran Sun > --- > drivers/gpu/drm/amd/pm/swsmu/smu_internal.h | 4 ++-- > 1 file changed, 2 insertions(+)

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

2023-08-01 Thread Ran Sun
Fix the following errors reported by checkpatch: ERROR: space prohibited before that ',' (ctx:WxW) Signed-off-by: Ran Sun --- drivers/gpu/drm/amd/pm/swsmu/smu_internal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/amd/pm/swsmu/smu_internal.h b/driver