Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753256AbeADOvE (ORCPT + 1 other); Thu, 4 Jan 2018 09:51:04 -0500 Received: from mail-lf0-f41.google.com ([209.85.215.41]:33183 "EHLO mail-lf0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753092AbeADOvD (ORCPT ); Thu, 4 Jan 2018 09:51:03 -0500 X-Google-Smtp-Source: ACJfBovJRSQO8dnoXbB8wSA7RqYS92Fh1OPuuEPTMfsSlIX2YKczkadqJU90zivsS9CXKrCibjkfdA== Date: Thu, 4 Jan 2018 15:51:04 +0100 From: Johan Hovold To: Samuel Thibault Cc: Greg Kroah-Hartman , Jiri Slaby , linux-kernel@vger.kernel.org Subject: Re: tty: Fix comment for value returned by tty_ldisc_receive_buf Message-ID: <20180104145104.GB11344@localhost> References: <20180104000453.3xo2mrznhnuqbuyh@var.youpi.perso.aquilenet.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180104000453.3xo2mrznhnuqbuyh@var.youpi.perso.aquilenet.fr> User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Thu, Jan 04, 2018 at 01:04:53AM +0100, Samuel Thibault wrote: > tty_ldisc_receive_buf actually returns the number of bytes processed by > receive_buf or receive_buf2. > > Signed-off-by: Samuel Thibault > > --- > drivers/tty/tty_buffer.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > --- a/drivers/tty/tty_buffer.c > +++ b/drivers/tty/tty_buffer.c > @@ -420,7 +420,7 @@ EXPORT_SYMBOL_GPL(tty_prepare_flip_strin > * Callers other than flush_to_ldisc() need to exclude the kworker > * from concurrent use of the line discipline, see paste_selection(). > * > - * Returns the number of bytes not processed > + * Returns the number of bytes processed > */ > int tty_ldisc_receive_buf(struct tty_ldisc *ld, const unsigned char *p, > char *f, int count) This has already been fixed by commit e7e51dcf3b8a ("tty: fix tty_ldisc_receive_buf() documentation"). Thanks, Johan