diff options
author | Kevin Cernekee <cernekee@gmail.com> | 2012-12-26 20:43:41 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-01-15 21:57:44 -0800 |
commit | ef4f527c48c8fcbb5e35dafaef4f9097f5e9d901 (patch) | |
tree | 22eedeb970323ae520a4d674e6e9e56eead9945f /drivers/tty/tty_io.c | |
parent | a205a56dc24811a2879572e52c902a38425a4473 (diff) | |
download | blackbird-op-linux-ef4f527c48c8fcbb5e35dafaef4f9097f5e9d901.tar.gz blackbird-op-linux-ef4f527c48c8fcbb5e35dafaef4f9097f5e9d901.zip |
tty: Fix comments that reference BKL, eventd, old paths
Signed-off-by: Kevin Cernekee <cernekee@gmail.com>
Acked-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/tty_io.c')
-rw-r--r-- | drivers/tty/tty_io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/tty_io.c b/drivers/tty/tty_io.c index da9fde850754..54a254ab85c7 100644 --- a/drivers/tty/tty_io.c +++ b/drivers/tty/tty_io.c @@ -536,7 +536,7 @@ EXPORT_SYMBOL_GPL(tty_wakeup); * __tty_hangup - actual handler for hangup events * @work: tty device * - * This can be called by the "eventd" kernel thread. That is process + * This can be called by a "kworker" 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. * |