diff options
| author | Mark Brown <broonie@kernel.org> | 2026-09-07 13:25:50 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-09-07 13:25:50 +0100 |
| commit | da249551af8a2400a96c7a5cf07412a2ab61128a (patch) | |
| tree | d37656e6e61c4538d5800c7aaf1d781002a52efd /include | |
| parent | 86f73de842b5ba17d5e8936d2f15ce2839ff449d (diff) | |
| parent | 45b895e5f6ce61d4adfe9295fc509785e4a9f5eb (diff) | |
| download | linux-next-da249551af8a2400a96c7a5cf07412a2ab61128a.tar.gz linux-next-da249551af8a2400a96c7a5cf07412a2ab61128a.zip | |
Merge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/printk/linux.git
Diffstat (limited to 'include')
| -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 |
