]> git.baikalelectronics.ru Git - kernel.git/commit
tty: Fix extra "not" in TTY_DRIVER_REAL_RAW description
authorAnssi Hannula <anssi.hannula@bitwise.fi>
Wed, 27 Oct 2021 10:21:24 +0000 (13:21 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 30 Oct 2021 09:02:00 +0000 (11:02 +0200)
commita7f9bb8e985597b43fac602f1527bbd8b02ca687
tree56562c09edc4f5653da5595f687bfc18cfd00881
parent1776642eebb359ea6de8c6be8c6aba5bf9c3be16
tty: Fix extra "not" in TTY_DRIVER_REAL_RAW description

TTY_DRIVER_REAL_RAW flag (which is always set for e.g. serial ports)
documentation says that driver must always set special character
handling flags in certain conditions.

However, as the following sentence makes clear, what is actually
intended is the opposite.

Fix that by removing the unintended double negation.

Acked-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Anssi Hannula <anssi.hannula@bitwise.fi>
Link: https://lore.kernel.org/r/20211027102124.3049414-1-anssi.hannula@bitwise.fi
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/tty_driver.h