powerpc/rtas: Add kernel-doc comments to smp_startup_cpu()
authorYang Li <yang.lee@linux.alibaba.com>
Mon, 8 Apr 2024 05:31:09 +0000 (13:31 +0800)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 7 May 2024 13:16:13 +0000 (23:16 +1000)
commit554da5e0f71238384787954242d881cfeeff844d
treefdddd0d93b4bddb4d34f0b9b40ddca82fe378f7d
parent97bd2693b399cfd436acaa230d8f09e4c39e8e5c
powerpc/rtas: Add kernel-doc comments to smp_startup_cpu()

This commit adds kernel-doc style comments with complete parameter
descriptions for the function smp_startup_cpu().

Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20240408053109.96360-2-yang.lee@linux.alibaba.com
arch/powerpc/platforms/cell/smp.c