stacktrace: Move documentation for arch_stack_walk_reliable() to header
authorMark Brown <broonie@kernel.org>
Tue, 9 Mar 2021 19:41:25 +0000 (19:41 +0000)
committerBorislav Petkov <bp@suse.de>
Wed, 10 Mar 2021 14:52:31 +0000 (15:52 +0100)
commitb18adee4ce4443399963826b5d28d9e63d40740c
tree28587e17a49adeea7686ecc30fe7af198c9b59c2
parent09141ec0e4efede4fb5e2aa68cb819fba974325c
stacktrace: Move documentation for arch_stack_walk_reliable() to header

Currently arch_stack_walk_reliable() is documented with an identical
comment in both x86 and S/390 implementations which is a bit redundant.
Move this to the header and convert to kerneldoc while we're at it.

Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Borislav Petkov <bp@suse.de>
Reviewed-by: Miroslav Benes <mbenes@suse.cz>
Acked-by: Vasily Gorbik <gor@linux.ibm.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://lkml.kernel.org/r/20210309194125.652-1-broonie@kernel.org
arch/s390/kernel/stacktrace.c
arch/x86/kernel/stacktrace.c
include/linux/stacktrace.h