]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
tty: Remove stale parameter comment
authorPeter Hurley <peter@hurleysoftware.com>
Sun, 10 Apr 2016 03:36:39 +0000 (20:36 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 30 Apr 2016 16:26:55 +0000 (09:26 -0700)
noctty was removed as a parameter by commit 11e1d4aa4da
("tty: Consolidate noctty check in tty_open()").

Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/tty_io.c

index 3cdd63b4a055002d33defa47d6ca3fb3bb76ffe2..50979be7aca464d23369390cb8582934a71b986a 100644 (file)
@@ -1960,7 +1960,6 @@ static struct tty_struct *tty_open_current_tty(dev_t device, struct file *filp)
  *     tty_lookup_driver - lookup a tty driver for a given device file
  *     @device: device number
  *     @filp: file pointer to tty
- *     @noctty: set if the device should not become a controlling tty
  *     @index: index for the device in the @return driver
  *     @return: driver for this inode (with increased refcount)
  *