diff --git a/include/linux/tty_driver.h b/include/linux/tty_driver.h index e064f1704e200f3e3abcfb75476337fc4683c222..6e6dbb7447b6e76beec4a4115d049e6dd00c4735 100644 --- a/include/linux/tty_driver.h +++ b/include/linux/tty_driver.h @@ -50,6 +50,8 @@ * Note that tty_shutdown() is not called if ops->shutdown is defined. * This means one is responsible to take care of calling ops->remove (e.g. * via tty_driver_remove_tty) and releasing tty->termios. + * Note that this hook may be called from *all* the contexts where one + * uses tty refcounting (e.g. tty_port_tty_get). * * * void (*cleanup)(struct tty_struct * tty);