aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/uapi/linux/tty_flags.h
diff options
context:
space:
mode:
authorGiulio Benetti <giulio.benetti@micronovasrl.com>2018-05-16 17:43:54 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-05-24 18:38:51 +0200
commite66003f55d7dda8ded886fa1f6f5f2741242eeb8 (patch)
tree79c54c8d38ba2c4b120dbb54efc4e81191222a39 /include/uapi/linux/tty_flags.h
parentserial: samsung: check DMA engine capabilities before using DMA mode (diff)
downloadwireguard-linux-e66003f55d7dda8ded886fa1f6f5f2741242eeb8.tar.xz
wireguard-linux-e66003f55d7dda8ded886fa1f6f5f2741242eeb8.zip
tty: fix typo in ASYNCB_FOURPORT comment
On #define ASYNCB_FOURPORT there's an ortography error on comment: "Set OU1, OUT2 per AST Fourport settings" Change it into: "Set OUT1, OUT2 per AST Fourport settings" Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/uapi/linux/tty_flags.h')
-rw-r--r--include/uapi/linux/tty_flags.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/tty_flags.h b/include/uapi/linux/tty_flags.h
index 6ac609a00dea..900a32e63424 100644
--- a/include/uapi/linux/tty_flags.h
+++ b/include/uapi/linux/tty_flags.h
@@ -13,7 +13,7 @@
*/
#define ASYNCB_HUP_NOTIFY 0 /* Notify getty on hangups and closes
* on the callout port */
-#define ASYNCB_FOURPORT 1 /* Set OU1, OUT2 per AST Fourport settings */
+#define ASYNCB_FOURPORT 1 /* Set OUT1, OUT2 per AST Fourport settings */
#define ASYNCB_SAK 2 /* Secure Attention Key (Orange book) */
#define ASYNCB_SPLIT_TERMIOS 3 /* [x] Separate termios for dialin/callout */
#define ASYNCB_SPD_HI 4 /* Use 57600 instead of 38400 bps */