linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] powerpc: Fix some kernel-doc warnings
@ 2022-11-01  1:54 Bo Liu
  2022-11-02 14:03 ` Christophe Leroy
  2023-03-22 12:25 ` Michael Ellerman
  0 siblings, 2 replies; 3+ messages in thread
From: Bo Liu @ 2022-11-01  1:54 UTC (permalink / raw)
  To: mpe, npiggin, christophe.leroy, Jason, gregkh, ebiederm, naveen.n.rao
  Cc: linuxppc-dev, linux-kernel, Bo Liu

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@inspur.com>
---
 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] powerpc: Fix some kernel-doc warnings
  2022-11-01  1:54 [PATCH] powerpc: Fix some kernel-doc warnings Bo Liu
@ 2022-11-02 14:03 ` Christophe Leroy
  2023-03-22 12:25 ` Michael Ellerman
  1 sibling, 0 replies; 3+ messages in thread
From: Christophe Leroy @ 2022-11-02 14:03 UTC (permalink / raw)
  To: Bo Liu, mpe, npiggin, Jason, gregkh, ebiederm, naveen.n.rao
  Cc: linuxppc-dev, linux-kernel



Le 01/11/2022 à 02:54, Bo Liu a écrit :
> [Vous ne recevez pas souvent de courriers de liubo03@inspur.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@inspur.com>

Reviewed-by: Christophe Leroy <christophe.leroy@csgroup.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
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] powerpc: Fix some kernel-doc warnings
  2022-11-01  1:54 [PATCH] powerpc: Fix some kernel-doc warnings Bo Liu
  2022-11-02 14:03 ` Christophe Leroy
@ 2023-03-22 12:25 ` Michael Ellerman
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Ellerman @ 2023-03-22 12:25 UTC (permalink / raw)
  To: mpe, npiggin, christophe.leroy, Jason, gregkh, ebiederm,
	naveen.n.rao, Bo Liu
  Cc: linuxppc-dev, linux-kernel

On Mon, 31 Oct 2022 21:54:52 -0400, Bo Liu wrote:
> 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
> 
> 

Applied to powerpc/next.

[1/1] powerpc: Fix some kernel-doc warnings
      https://git.kernel.org/powerpc/c/be994293544f1c0b032dabfe0832d9c1dfcea14b

cheers

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-03-22 12:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-01  1:54 [PATCH] powerpc: Fix some kernel-doc warnings Bo Liu
2022-11-02 14:03 ` Christophe Leroy
2023-03-22 12:25 ` Michael Ellerman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).