projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c010b2f
)
tty: Fix up escaped character
author
Alan Cox
<alan@redhat.com>
Tue, 22 Jul 2008 22:38:04 +0000
(23:38 +0100)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Wed, 23 Jul 2008 03:57:26 +0000
(20:57 -0700)
Louis Rilling noticed this.
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/char/tty_io.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/char/tty_io.c
b/drivers/char/tty_io.c
index 15e597d030026b4b45ee5d6e61d306b379fa5dde..fa48dba5ba5e94ff5833f16c8e4e758bb1ffbd66 100644
(file)
--- a/
drivers/char/tty_io.c
+++ b/
drivers/char/tty_io.c
@@
-915,7
+915,7
@@
static void tty_reset_termios(struct tty_struct *tty)
* do_tty_hangup - actual handler for hangup events
* @work: tty device
*
-
k *
This can be called by the "eventd" kernel thread. That is process
+
*
This can be called by the "eventd" kernel thread. That is process
* synchronous but doesn't hold any locks, so we need to make sure we
* have the appropriate locks for what we're doing.
*