diff options
author | Alan Cox <alan@redhat.com> | 2008-07-22 18:38:04 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-22 23:57:26 -0400 |
commit | 1bad879a078111748ebc27fb0d29e8c916556835 (patch) | |
tree | 7eab5ff171d540803f347fc8d96440a087428b67 /drivers/char/tty_io.c | |
parent | c010b2f76c3032e48097a6eef291d8593d5d79a6 (diff) |
tty: Fix up escaped character
Louis Rilling noticed this.
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/char/tty_io.c')
-rw-r--r-- | drivers/char/tty_io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/tty_io.c b/drivers/char/tty_io.c index 15e597d03002..fa48dba5ba5e 100644 --- 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) | |||
915 | * do_tty_hangup - actual handler for hangup events | 915 | * do_tty_hangup - actual handler for hangup events |
916 | * @work: tty device | 916 | * @work: tty device |
917 | * | 917 | * |
918 | k * This can be called by the "eventd" kernel thread. That is process | 918 | * This can be called by the "eventd" kernel thread. That is process |
919 | * synchronous but doesn't hold any locks, so we need to make sure we | 919 | * synchronous but doesn't hold any locks, so we need to make sure we |
920 | * have the appropriate locks for what we're doing. | 920 | * have the appropriate locks for what we're doing. |
921 | * | 921 | * |