Re: [PATCH 11/35] powerpc/ps3: Reorganize kerneldoc parameter names

2024-10-02 Thread Geoff Levand
On 9/30/24 20:20, 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 > > --- > arch/powerpc/platforms/ps3/interrupt.c |2 +- > arch/powerpc/platforms/ps

[PATCH 11/35] powerpc/ps3: 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 --- arch/powerpc/platforms/ps3/interrupt.c |2 +- arch/powerpc/platforms/ps3/repository.c |2 +- 2 files changed, 2 insertions(+)

Re: [PATCH 11/35] powerpc/ps3: Reorganize kerneldoc parameter names

2024-09-30 Thread Geert Uytterhoeven
On Mon, Sep 30, 2024 at 1:24 PM 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 Reviewed-by: Geert Uytterhoeven > --- a/arch/powerpc/platforms/ps3/reposit