Re: [PATCH 25/35] drm/amd/display: Reorganize kerneldoc parameter names

2024-09-30 Thread Alex Deucher
Applied. Thanks! On Mon, Sep 30, 2024 at 10:49 AM Harry Wentland wrote: > > > > On 2024-09-30 07:21, Julia Lawall wrote: > > Reorganize kerneldoc parameter names to match the parameter > > order in the function header. > > > > Problems identified using Coccinelle. > > > > Signed-off-by: Julia La

Re: [PATCH 25/35] drm/amd/display: Reorganize kerneldoc parameter names

2024-09-30 Thread Harry Wentland
On 2024-09-30 07:21, Julia Lawall wrote: > Reorganize kerneldoc parameter names to match the parameter > order in the function header. > > Problems identified using Coccinelle. > > Signed-off-by: Julia Lawall > > --- > drivers/gpu/drm/amd/display/dc/core/dc.c |2 +- > 1 file changed, 1

[PATCH 25/35] drm/amd/display: Reorganize kerneldoc parameter names

2024-09-30 Thread Julia Lawall
Reorganize kerneldoc parameter names to match the parameter order in the function header. Problems identified using Coccinelle. Signed-off-by: Julia Lawall --- drivers/gpu/drm/amd/display/dc/core/dc.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/di