Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

tty: Fix typo in LEGACY_TIOCSTI Kconfig description

Fix typo in LEGACY_TIOCSTI Kconfig description

There is a stray ' in the description before the Y. It appears this was
meant as a quote for the 'Y'. However, it is more common to use
unquoted Y in Kconfig descriptions.

Signed-off-by: Hanno Böck <hanno@hboeck.de>
Link: https://lore.kernel.org/r/20230330213557.60cf1533.hanno@hboeck.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Hanno Böck and committed by
Greg Kroah-Hartman
b2ea273a 86c276b9

+1 -1
+1 -1
drivers/tty/Kconfig
··· 160 160 a dangerous legacy operation, and can be disabled on most 161 161 systems. 162 162 163 - Say 'Y here only if you have confirmed that your system's 163 + Say Y here only if you have confirmed that your system's 164 164 userspace depends on this functionality to continue operating 165 165 normally. 166 166