From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi1-f194.google.com ([209.85.167.194]:38627 "EHLO mail-oi1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726245AbeLLN53 (ORCPT ); Wed, 12 Dec 2018 08:57:29 -0500 Subject: Re: [PATCH 3.16 038/328] tty: fix typo in comment of tty_termios_encode_baud_rate To: Ben Hutchings , linux-kernel@vger.kernel.org, stable@vger.kernel.org Cc: akpm@linux-foundation.org, Greg Kroah-Hartman References: From: Matthias Brugger Message-ID: Date: Wed, 12 Dec 2018 14:57:25 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: stable-owner@vger.kernel.org List-ID: On 09/12/2018 22:50, Ben Hutchings wrote: > 3.16.62-rc1 review patch. If anyone has any objections, please let me know. > > ------------------ > > From: Matthias Brugger > > commit a1d51aa2214cea3f91611893610a2f769cada0e7 upstream. > > Signed-off-by: Matthias Brugger > Signed-off-by: Greg Kroah-Hartman > Signed-off-by: Ben Hutchings > --- > drivers/tty/tty_ioctl.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > --- a/drivers/tty/tty_ioctl.c > +++ b/drivers/tty/tty_ioctl.c > @@ -408,7 +408,7 @@ void tty_termios_encode_baud_rate(struct > > #ifdef BOTHER > /* If the user asked for a precise weird speed give a precise weird > - answer. If they asked for a Bfoo speed they many have problems > + answer. If they asked for a Bfoo speed they may have problems I don't think fixes of comments are good candidates for stable. Regards, Matthias > digesting non-exact replies so fuzz a bit */ > > if ((termios->c_cflag & CBAUD) == BOTHER) >