diff options
| author | Johan Hovold <johan@kernel.org> | 2026-08-19 15:38:53 +0200 |
|---|---|---|
| committer | Petr Mladek <pmladek@suse.com> | 2026-08-25 13:28:26 +0200 |
| commit | ffe0486b139e45cd9c9ca2584f04a1910fe4f8a6 (patch) | |
| tree | 298d53211652dd60181c57f5ad2d5580db4a50d1 | |
| parent | 72dd0ec09e7cc98ed58ddeac26575e5d1ab8a93d (diff) | |
| download | linux-ffe0486b139e45cd9c9ca2584f04a1910fe4f8a6.tar.gz linux-ffe0486b139e45cd9c9ca2584f04a1910fe4f8a6.zip | |
console: fix /dev/kmsg reference in flags kernel doc
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>
Reviewed-by: Petr Mladek <pmladek@suse.com>
Link: https://patch.msgid.link/20260819133853.286658-1-johan@kernel.org
Signed-off-by: Petr Mladek <pmladek@suse.com>
| -rw-r--r-- | include/linux/console.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
