Skip to content

Commit 276e036

Browse files
JuliaLawallmpe
authored andcommitted
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
1 parent a26c4db commit 276e036

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

arch/powerpc/platforms/ps3/interrupt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,9 +378,9 @@ int ps3_send_event_locally(unsigned int virq)
378378

379379
/**
380380
* ps3_sb_event_receive_port_setup - Setup a system bus event receive port.
381+
* @dev: The system bus device instance.
381382
* @cpu: enum ps3_cpu_binding indicating the cpu the interrupt should be
382383
* serviced on.
383-
* @dev: The system bus device instance.
384384
* @virq: The assigned Linux virq.
385385
*
386386
* An event irq represents a virtual device interrupt. The interrupt_id

arch/powerpc/platforms/ps3/repository.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -940,7 +940,7 @@ int __init ps3_repository_read_vuart_sysmgr_port(unsigned int *port)
940940

941941
/**
942942
* 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
944944
* @size: size of cell_ext_os_area
945945
*/
946946

0 commit comments

Comments
 (0)