* [PATCH] console: fix /dev/kmsg reference in flags kernel doc
@ 2026-08-19 13:38 Johan Hovold
2026-08-19 14:19 ` Petr Mladek
0 siblings, 1 reply; 2+ messages in thread
From: Johan Hovold @ 2026-08-19 13:38 UTC (permalink / raw)
To: Greg Kroah-Hartman
Cc: Petr Mladek, John Ogness, Thomas Gleixner, linux-kernel,
Johan Hovold
Fix typo in the CON_EXTENDED flag kernel doc which is supposed to refer
to '/dev/kmsg'.
Fixes: 717a5651b109 ("console: Use BIT() macros for @flags values")
Signed-off-by: Johan Hovold <johan@kernel.org>
---
include/linux/console.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/console.h b/include/linux/console.h
index d624200cfc17..502d1abe3f50 100644
--- a/include/linux/console.h
+++ b/include/linux/console.h
@@ -173,7 +173,7 @@ static inline void con_debug_leave(void) { }
* @CON_BRL: Indicates a braille device which is exempt from
* receiving the printk spam for obvious reasons.
* @CON_EXTENDED: The console supports the extended output format of
- * /dev/kmesg which requires a larger output buffer.
+ * /dev/kmsg which requires a larger output buffer.
* @CON_SUSPENDED: Indicates if a console is suspended. If true, the
* printing callbacks must not be called.
* @CON_NBCON: Console can operate outside of the legacy style console_lock
--
2.54.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] console: fix /dev/kmsg reference in flags kernel doc
2026-08-19 13:38 [PATCH] console: fix /dev/kmsg reference in flags kernel doc Johan Hovold
@ 2026-08-19 14:19 ` Petr Mladek
0 siblings, 0 replies; 2+ messages in thread
From: Petr Mladek @ 2026-08-19 14:19 UTC (permalink / raw)
To: Johan Hovold
Cc: Greg Kroah-Hartman, John Ogness, Thomas Gleixner, linux-kernel
On Wed 2026-08-19 15:38:53, Johan Hovold wrote:
> Fix typo in the CON_EXTENDED flag kernel doc which is supposed to refer
> to '/dev/kmsg'.
>
> Fixes: 717a5651b109 ("console: Use BIT() macros for @flags values")
> Signed-off-by: Johan Hovold <johan@kernel.org>
Great catch!
Reviewed-by: Petr Mladek <pmladek@suse.com>
Best Regards,
Petr
PS: I am going to wait few days and then take it via
the printk tree.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-08-19 14:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-19 13:38 [PATCH] console: fix /dev/kmsg reference in flags kernel doc Johan Hovold
2026-08-19 14:19 ` Petr Mladek
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.