From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932339AbcCMDrn (ORCPT ); Sat, 12 Mar 2016 22:47:43 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:56596 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932148AbcCMDrg (ORCPT ); Sat, 12 Mar 2016 22:47:36 -0500 Date: Sat, 12 Mar 2016 19:00:04 -0800 From: Greg KH To: "Gavin O'Leary" Cc: driverdev-devel@linuxdriverproject.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: dgap: dgap.c: fixed whitespace error caused by my patch Message-ID: <20160313030004.GC11289@kroah.com> References: <1457831429-13132-1-git-send-email-gavinoleary3@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1457831429-13132-1-git-send-email-gavinoleary3@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Mar 12, 2016 at 05:10:29PM -0800, Gavin O'Leary wrote: > Signed-off-by: Gavin O'Leary > --- > drivers/staging/dgap/dgap.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/staging/dgap/dgap.c b/drivers/staging/dgap/dgap.c > index 9e07a39..7845516 100644 > --- a/drivers/staging/dgap/dgap.c > +++ b/drivers/staging/dgap/dgap.c > @@ -4819,7 +4819,7 @@ static int dgap_tty_ioctl(struct tty_struct *tty, unsigned int cmd, > > case TCSBRKP: > /* support for POSIX tcsendbreak() > - * > + * No, you need to fix up your previous patch and get it right.