[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <74b42b01-fb23-4cd6-d893-1fa7c7bd1e66@csgroup.eu>
Date: Wed, 2 Nov 2022 14:03:00 +0000
From: Christophe Leroy <christophe.leroy@...roup.eu>
To: Bo Liu <liubo03@...pur.com>,
"mpe@...erman.id.au" <mpe@...erman.id.au>,
"npiggin@...il.com" <npiggin@...il.com>,
"Jason@...c4.com" <Jason@...c4.com>,
"gregkh@...uxfoundation.org" <gregkh@...uxfoundation.org>,
"ebiederm@...ssion.com" <ebiederm@...ssion.com>,
"naveen.n.rao@...ux.vnet.ibm.com" <naveen.n.rao@...ux.vnet.ibm.com>
CC: "linuxppc-dev@...ts.ozlabs.org" <linuxppc-dev@...ts.ozlabs.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] powerpc: Fix some kernel-doc warnings
Le 01/11/2022 à 02:54, Bo Liu a écrit :
> [Vous ne recevez pas souvent de courriers de liubo03@...pur.com. Découvrez pourquoi ceci est important à https://aka.ms/LearnAboutSenderIdentification ]
>
> The current code provokes some kernel-doc warnings:
> arch/powerpc/kernel/process.c:1606: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
>
> Signed-off-by: Bo Liu <liubo03@...pur.com>
Reviewed-by: Christophe Leroy <christophe.leroy@...roup.eu>
> ---
> arch/powerpc/kernel/process.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/powerpc/kernel/process.c b/arch/powerpc/kernel/process.c
> index fcf604370c66..2e78232b1fc9 100644
> --- a/arch/powerpc/kernel/process.c
> +++ b/arch/powerpc/kernel/process.c
> @@ -1602,7 +1602,7 @@ void arch_setup_new_exec(void)
> }
>
> #ifdef CONFIG_PPC64
> -/**
> +/*
> * Assign a TIDR (thread ID) for task @t and set it in the thread
> * structure. For now, we only support setting TIDR for 'current' task.
> *
> --
> 2.27.0
>
Powered by blists - more mailing lists