Commit 276e036e authored by Julia Lawall's avatar Julia Lawall Committed by Michael Ellerman
Browse files

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: default avatarJulia Lawall <Julia.Lawall@inria.fr>
Reviewed-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Acked-by: default avatarGeoff Levand <geoff@infradead.org>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
Link: https://patch.msgid.link/20240930112121.95324-12-Julia.Lawall@inria.fr
parent a26c4dbb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -378,9 +378,9 @@ int ps3_send_event_locally(unsigned int virq)

/**
 * ps3_sb_event_receive_port_setup - Setup a system bus event receive port.
 * @dev: The system bus device instance.
 * @cpu: enum ps3_cpu_binding indicating the cpu the interrupt should be
 * serviced on.
 * @dev: The system bus device instance.
 * @virq: The assigned Linux virq.
 *
 * An event irq represents a virtual device interrupt.  The interrupt_id
+1 −1
Original line number Diff line number Diff line
@@ -940,7 +940,7 @@ int __init ps3_repository_read_vuart_sysmgr_port(unsigned int *port)

/**
  * ps3_repository_read_boot_dat_info - Get address and size of cell_ext_os_area.
  * address: lpar address of cell_ext_os_area
  * @lpar_addr: lpar address of cell_ext_os_area
  * @size: size of cell_ext_os_area
  */