Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Peter Hurley and committed by
Greg Kroah-Hartman
25f3ecc2 0f0380b6

-1
-1
drivers/tty/tty_io.c
··· 1960 1960 * tty_lookup_driver - lookup a tty driver for a given device file 1961 1961 * @device: device number 1962 1962 * @filp: file pointer to tty 1963 - * @noctty: set if the device should not become a controlling tty 1964 1963 * @index: index for the device in the @return driver 1965 1964 * @return: driver for this inode (with increased refcount) 1966 1965 *