projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f9ea55
)
tty: Fix a typo noted in passing
author
Alan Cox
<alan@linux.intel.com>
Sat, 19 Sep 2009 20:13:19 +0000
(13:13 -0700)
committer
Live-CD User
<linux@linux.site>
Sat, 19 Sep 2009 20:13:19 +0000
(13:13 -0700)
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/char/tty_io.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/char/tty_io.c
b/drivers/char/tty_io.c
index a3afa0c387cdeb79c9dc9a406eb70935ceaf50d4..93844806773831a936615968832097a0bafa55be 100644
(file)
--- a/
drivers/char/tty_io.c
+++ b/
drivers/char/tty_io.c
@@
-2085,7
+2085,7
@@
static int tioccons(struct file *file)
* the generic functionality existed. This piece of history is preserved
* in the expected tty API of posix OS's.
*
- * Locking: none, the open fle handle ensures it won't go away.
+ * Locking: none, the open f
i
le handle ensures it won't go away.
*/
static int fionbio(struct file *file, int __user *p)