Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
[linux-2.6-microblaze.git] / include / linux / tty_driver.h
index dd976cf..756a609 100644 (file)
@@ -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.
  *