]> git.ipfire.org Git - thirdparty/linux.git/commit
powerpc: boot: Fix kernel-doc param for partial_decompress
authorYang Li <yang.lee@linux.alibaba.com>
Mon, 8 Apr 2024 08:39:16 +0000 (16:39 +0800)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 7 May 2024 13:16:13 +0000 (23:16 +1000)
commit6efc2f1a64ef62f1e3893da90d6ac618988992c2
tree80634076b2b77ba5b5266000aed8bb54836fe20a
parent4f1dad618587fa2fa903235301111c8c382b6f3e
powerpc: boot: Fix kernel-doc param for partial_decompress

Fix the kernel-doc annotation for the 'skip' parameter in the
partial_decompress() function by adding a missing underscore and colon.

Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20240408083916.123369-1-yang.lee@linux.alibaba.com
arch/powerpc/boot/decompress.c