diff options
Diffstat (limited to 'include/linux/tty_driver.h')
| -rw-r--r-- | include/linux/tty_driver.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/tty_driver.h b/include/linux/tty_driver.h index dd976cfb613..756a6098929 100644 --- a/include/linux/tty_driver.h +++ b/include/linux/tty_driver.h @@ -40,6 +40,7 @@   * void (*close)(struct tty_struct * tty, struct file * filp);   *   * 	This routine is called when a particular tty device is closed. + *	Note: called even if the corresponding open() failed.   *   *	Required method.   *  |