Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1bad879a authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds
Browse files

tty: Fix up escaped character



Louis Rilling noticed this.

Signed-off-by: default avatarAlan Cox <alan@redhat.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent c010b2f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
 *