From: Peter Hurley Date: Sun, 10 Apr 2016 03:36:39 +0000 (-0700) Subject: tty: Remove stale parameter comment X-Git-Tag: Ubuntu-5.10.0-12.13~12582^2~69 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=25f3ecc28b431d6befcea0a4bafe8fe74c5a3988;p=mirror_ubuntu-hirsute-kernel.git tty: Remove stale parameter comment noctty was removed as a parameter by commit 11e1d4aa4da ("tty: Consolidate noctty check in tty_open()"). Signed-off-by: Peter Hurley Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/tty/tty_io.c b/drivers/tty/tty_io.c index 3cdd63b4a055..50979be7aca4 100644 --- a/drivers/tty/tty_io.c +++ b/drivers/tty/tty_io.c @@ -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) *