summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorBo Liu <liubo03@inspur.com>2022-10-31 21:54:52 -0400
committerMichael Ellerman <mpe@ellerman.id.au>2023-03-15 00:52:09 +1100
commitbe994293544f1c0b032dabfe0832d9c1dfcea14b (patch)
tree0a62d5673dc51bbf394cf94662576907c9aa186a /arch
parent493648d6795f00b6dcd6295b2b4221871bc1b25b (diff)
powerpc: Fix a kernel-doc warning
The current code provokes a 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> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://msgid.link/20221101015452.3216-1-liubo03@inspur.com
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/kernel/process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/process.c b/arch/powerpc/kernel/process.c
index 4b29ac5ddac6..a7f9f3f85e20 100644
--- a/arch/powerpc/kernel/process.c
+++ b/arch/powerpc/kernel/process.c
@@ -1630,7 +1630,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.
*