mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] panic: fix typo in vpanic() comment
@ 2026-07-22  5:52 Jyun-An Chen
  2026-07-23 12:49 ` Bradley Morgan
  0 siblings, 1 reply; 2+ messages in thread
From: Jyun-An Chen @ 2026-07-22  5:52 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Jyun-An Chen, Petr Mladek, Jinchao Wang, Feng Tang, Kees Cook,
	Rio, Joel Granados, Pnina Feder, Petr Pavlu, Sergey Senozhatsky,
	Ingo Molnar, open list

Fix a typo in a comment in vpanic().

Signed-off-by: Jyun-An Chen <jun930436@gmail.com>
---
 kernel/panic.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/panic.c b/kernel/panic.c
index 213725b612aa..3492575a70d8 100644
--- a/kernel/panic.c
+++ b/kernel/panic.c
@@ -704,7 +704,7 @@ void vpanic(const char *fmt, va_list args)
 	 * buffer.  Try to acquire the lock then release it regardless of the
 	 * result.  The release will also print the buffers out.  Locks debug
 	 * should be disabled to avoid reporting bad unlock balance when
-	 * panic() is not being callled from OOPS.
+	 * panic() is not being called from OOPS.
 	 */
 	debug_locks_off();
 	console_flush_on_panic(CONSOLE_FLUSH_PENDING);
-- 
2.43.0


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

end of thread, other threads:[~2026-07-23 12:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-22  5:52 [PATCH] panic: fix typo in vpanic() comment Jyun-An Chen
2026-07-23 12:49 ` Bradley Morgan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®