aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/char/tty_io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/tty_io.c b/drivers/char/tty_io.c
index a3afa0c387cd..938448067738 100644
--- a/drivers/char/tty_io.c
+++ b/drivers/char/tty_io.c
@@ -2085,7 +2085,7 @@ static int tioccons(struct file *file)
2085 * the generic functionality existed. This piece of history is preserved 2085 * the generic functionality existed. This piece of history is preserved
2086 * in the expected tty API of posix OS's. 2086 * in the expected tty API of posix OS's.
2087 * 2087 *
2088 * Locking: none, the open fle handle ensures it won't go away. 2088 * Locking: none, the open file handle ensures it won't go away.
2089 */ 2089 */
2090 2090
2091static int fionbio(struct file *file, int __user *p) 2091static int fionbio(struct file *file, int __user *p)