diff --git a/drivers/char/tty_io.c b/drivers/char/tty_io.c index 15e597d030026b4b45ee5d6e61d306b379fa5dde..fa48dba5ba5e94ff5833f16c8e4e758bb1ffbd66 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. *