Skip to content

Commit e66003f

Browse files
giuliobenettigregkh
authored andcommitted
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 <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent d8db840 commit e66003f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/uapi/linux/tty_flags.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*/
1414
#define ASYNCB_HUP_NOTIFY 0 /* Notify getty on hangups and closes
1515
* on the callout port */
16-
#define ASYNCB_FOURPORT 1 /* Set OU1, OUT2 per AST Fourport settings */
16+
#define ASYNCB_FOURPORT 1 /* Set OUT1, OUT2 per AST Fourport settings */
1717
#define ASYNCB_SAK 2 /* Secure Attention Key (Orange book) */
1818
#define ASYNCB_SPLIT_TERMIOS 3 /* [x] Separate termios for dialin/callout */
1919
#define ASYNCB_SPD_HI 4 /* Use 57600 instead of 38400 bps */

0 commit comments

Comments
 (0)