Commit 25f3ecc2 authored by Peter Hurley's avatar Peter Hurley Committed by Greg Kroah-Hartman

tty: Remove stale parameter comment

noctty was removed as a parameter by commit 11e1d4aa
("tty: Consolidate noctty check in tty_open()").
Signed-off-by: default avatarPeter Hurley <peter@hurleysoftware.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 0f0380b6
...@@ -1960,7 +1960,6 @@ static struct tty_struct *tty_open_current_tty(dev_t device, struct file *filp) ...@@ -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 * tty_lookup_driver - lookup a tty driver for a given device file
* @device: device number * @device: device number
* @filp: file pointer to tty * @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 * @index: index for the device in the @return driver
* @return: driver for this inode (with increased refcount) * @return: driver for this inode (with increased refcount)
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment