Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752507AbcDJIYR (ORCPT ); Sun, 10 Apr 2016 04:24:17 -0400 Received: from mail-wm0-f46.google.com ([74.125.82.46]:38417 "EHLO mail-wm0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750810AbcDJIYO (ORCPT ); Sun, 10 Apr 2016 04:24:14 -0400 Subject: Re: [PATCH 2/2] tty: Remove stale parameter comment To: Peter Hurley , Greg Kroah-Hartman References: <1460259399-11982-1-git-send-email-peter@hurleysoftware.com> <1460259399-11982-2-git-send-email-peter@hurleysoftware.com> Cc: linux-kernel@vger.kernel.org From: Jiri Slaby Message-ID: <570A0DA9.7060301@suse.cz> Date: Sun, 10 Apr 2016 10:24:09 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 MIME-Version: 1.0 In-Reply-To: <1460259399-11982-2-git-send-email-peter@hurleysoftware.com> Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 922 Lines: 30 On 04/10/2016, 05:36 AM, Peter Hurley wrote: > noctty was removed as a parameter by commit 216513411937586 It is actually 11e1d4aa4da. > ("tty: Consolidate noctty check in tty_open()"). > > Signed-off-by: Peter Hurley > --- > drivers/tty/tty_io.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/tty/tty_io.c b/drivers/tty/tty_io.c > index 3cdd63b..50979be 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) > * > -- js suse labs