Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

powerpc/ps3: Reorganize kerneldoc parameter names

Reorganize kerneldoc parameter names to match the parameter
order in the function header.

Problems identified using Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Geoff Levand <geoff@infradead.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://patch.msgid.link/20240930112121.95324-12-Julia.Lawall@inria.fr

authored by

Julia Lawall and committed by
Michael Ellerman
276e036e a26c4dbb

+2 -2
+1 -1
arch/powerpc/platforms/ps3/interrupt.c
··· 378 378 379 379 /** 380 380 * ps3_sb_event_receive_port_setup - Setup a system bus event receive port. 381 + * @dev: The system bus device instance. 381 382 * @cpu: enum ps3_cpu_binding indicating the cpu the interrupt should be 382 383 * serviced on. 383 - * @dev: The system bus device instance. 384 384 * @virq: The assigned Linux virq. 385 385 * 386 386 * An event irq represents a virtual device interrupt. The interrupt_id
+1 -1
arch/powerpc/platforms/ps3/repository.c
··· 940 940 941 941 /** 942 942 * ps3_repository_read_boot_dat_info - Get address and size of cell_ext_os_area. 943 - * address: lpar address of cell_ext_os_area 943 + * @lpar_addr: lpar address of cell_ext_os_area 944 944 * @size: size of cell_ext_os_area 945 945 */ 946 946