From 02db834d84f682f53e30a191714ac09e935ebdba Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Tue, 30 Dec 2014 11:33:10 +0000 Subject: [PATCH] tty: correct NOFLUSH to NOFLSH --- Kernel/include/tty.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel/include/tty.h b/Kernel/include/tty.h index 7d6e099e..47eb544e 100644 --- a/Kernel/include/tty.h +++ b/Kernel/include/tty.h @@ -110,7 +110,7 @@ struct termios { #define ICANON 0x0010 /* Supported */ #define IEXTEN 0x0020 #define ISIG 0x0040 /* Supported */ -#define NOFLUSH 0x0080 +#define NOFLSH 0x0080 #define TOSTOP 0x0100 #define XCASE 0x0200 -- 2.34.1