tty: correct NOFLUSH to NOFLSH
authorAlan Cox <alan@linux.intel.com>
Tue, 30 Dec 2014 11:33:10 +0000 (11:33 +0000)
committerAlan Cox <alan@linux.intel.com>
Tue, 30 Dec 2014 11:33:10 +0000 (11:33 +0000)
Kernel/include/tty.h

index 7d6e099..47eb544 100644 (file)
@@ -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