mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-01 09:13:37 +00:00
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>
This commit is contained in:
parent
86c276b91c
commit
b2ea273a47
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ config LEGACY_TIOCSTI
|
||||||
a dangerous legacy operation, and can be disabled on most
|
a dangerous legacy operation, and can be disabled on most
|
||||||
systems.
|
systems.
|
||||||
|
|
||||||
Say 'Y here only if you have confirmed that your system's
|
Say Y here only if you have confirmed that your system's
|
||||||
userspace depends on this functionality to continue operating
|
userspace depends on this functionality to continue operating
|
||||||
normally.
|
normally.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue