From: Nam Cao Date: Fri, 11 Jul 2025 11:20:43 +0000 (+0200) Subject: panic: Fix up description of vpanic() X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9a425da913cf4ea23040334301fce87be2dab384;p=thirdparty%2Fkernel%2Flinux.git panic: Fix up description of vpanic() The description above vpanic() has the wrong function name. Fix it up. Cc: John Ogness Cc: Masami Hiramatsu Cc: Mathieu Desnoyers Cc: Gabriele Monaco Cc: Josh Poimboeuf Cc: Petr Mladek Link: https://lore.kernel.org/23a7e8add6546b155371b7e0fbb37bb1def13d6e.1752232374.git.namcao@linutronix.de Reported-by: Stephen Rothwell Closes: https://lore.kernel.org/lkml/20250711183802.2d8c124d@canb.auug.org.au/ Acked-by: Peter Zijlstra (Intel) Signed-off-by: Nam Cao Signed-off-by: Steven Rostedt (Google) --- diff --git a/kernel/panic.c b/kernel/panic.c index 6a1823c383d01..2a499facde134 100644 --- a/kernel/panic.c +++ b/kernel/panic.c @@ -307,7 +307,7 @@ static void panic_other_cpus_shutdown(bool crash_kexec) } /** - * panic - halt the system + * vpanic - halt the system * @fmt: The text string to print * @args: Arguments for the format string *