From: Alan Cox Date: Tue, 22 Jul 2008 22:38:04 +0000 (+0100) Subject: tty: Fix up escaped character X-Git-Tag: v2.6.27-rc1~859 X-Git-Url: http://git.samba.org/samba.git/?a=commitdiff_plain;h=1bad879a078111748ebc27fb0d29e8c916556835;p=sfrench%2Fcifs-2.6.git tty: Fix up escaped character Louis Rilling noticed this. Signed-off-by: Alan Cox Signed-off-by: Linus Torvalds --- 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) * 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. *