On Mon, 08 Apr 2024 16:39:16 +0800, Yang Li wrote:
> Fix the kernel-doc annotation for the 'skip' parameter in the
> partial_decompress() function by adding a missing underscore and colon.
>
>
Applied to powerpc/next.
[1/3] powerpc: boot: Fix kernel-doc param for partial_decompress
https:
On 4/8/24 1:39 AM, Yang Li wrote:
> 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
Reviewed-by: Randy Dunlap
Thanks.
> ---
> arch/powerpc/boot/decompress.c | 2 +-
> 1 file
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
---
arch/powerpc/boot/decompress.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/powerpc/boot/decompress.c b/arc