From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754321AbbGWWKZ (ORCPT ); Thu, 23 Jul 2015 18:10:25 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:45687 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753806AbbGWWKX (ORCPT ); Thu, 23 Jul 2015 18:10:23 -0400 Date: Thu, 23 Jul 2015 15:10:22 -0700 From: Greg KH To: Hyuk Myeong Cc: jslaby@suse.cz, linux-kernel@vger.kernel.org Subject: Re: [PATCH] tty: serial: Fix typo in the comment Message-ID: <20150723221022.GA24737@kroah.com> References: <024a01d0a27b$246329a0$6d297ce0$@lge.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <024a01d0a27b$246329a0$6d297ce0$@lge.com> User-Agent: Mutt/1.5.23+102 (2ca89bed6448) (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 09, 2015 at 03:11:36PM +0900, Hyuk Myeong wrote: > This patch fix a spelling typo in the comment in synclink.c and > synclinkmp.c. > > Signed-off-by: Hyuk Myeong > --- > drivers/tty/synclink.c | 4 ++-- > drivers/tty/synclinkmp.c | 4 ++-- > 2 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/drivers/tty/synclink.c b/drivers/tty/synclink.c > index b799170..3bbb07c 100644 > --- a/drivers/tty/synclink.c > +++ b/drivers/tty/synclink.c > @@ -7468,9 +7468,9 @@ static bool mgsl_memory_test( struct mgsl_struct *info > ) Patch is line-wrapped and does not apply :(