Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Bo Liu and committed by
Michael Ellerman
be994293 493648d6

+1 -1
+1 -1
arch/powerpc/kernel/process.c
··· 1630 1630 } 1631 1631 1632 1632 #ifdef CONFIG_PPC64 1633 - /** 1633 + /* 1634 1634 * Assign a TIDR (thread ID) for task @t and set it in the thread 1635 1635 * structure. For now, we only support setting TIDR for 'current' task. 1636 1636 *