All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] panic: fix typo in vpanic() comment
@ 2026-07-22  5:52 Jyun-An Chen
  0 siblings, 0 replies; only message 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 related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-22  5:52 UTC | newest]

Thread overview: (only message) (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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.