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

* Re: [PATCH] panic: fix typo in vpanic() comment
  2026-07-22  5:52 [PATCH] panic: fix typo in vpanic() comment Jyun-An Chen
@ 2026-07-23 12:49 ` Bradley Morgan
  0 siblings, 0 replies; 2+ messages in thread
From: Bradley Morgan @ 2026-07-23 12:49 UTC (permalink / raw)
  To: jun930436
  Cc: akpm, feng.tang, joel.granados, kees, linux-kernel, mingo,
	petr.pavlu, pmladek, pnina.feder, rioo.tsukatsukii, senozhatsky,
	wangjinchao600

> -	 * panic() is not being callled from OOPS.
> +	 * panic() is not being called from OOPS.

really, Jyun?

Well, it's a comment typo fix, so it's quite trivial to review.

Reviewed-by: Bradley Morgan <include@grrlz.net>

Note: I sometimes see AI helps people to fix this.. if you do decide to do code in the future, then please verify what you submit.

If I'm crazy (I mostly am, heh.) then no worries about it.

Well, still thanks for the patch..
Thanks!

^ 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®