Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753229AbbHUN0b (ORCPT ); Fri, 21 Aug 2015 09:26:31 -0400 Received: from mail-wi0-f175.google.com ([209.85.212.175]:37546 "EHLO mail-wi0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752137AbbHUN03 (ORCPT ); Fri, 21 Aug 2015 09:26:29 -0400 Date: Fri, 21 Aug 2015 16:26:24 +0300 From: Mike Rapoport To: Aparna Karuthodi Cc: gregkh@linuxfoundation.org, thomas.petazzoni@free-electrons.com, linux-kernel@vger.kernel.org, noralf@tronnes.org, devel@driverdev.osuosl.org Subject: Re: [PATCH] staging: fbtft: Removed a space Message-ID: <20150821132624.GA5706@zed> References: <1440079019-9997-1-git-send-email-kdasaparna@gmail.com> <1440162093-8596-1-git-send-email-kdasaparna@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1440162093-8596-1-git-send-email-kdasaparna@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1586 Lines: 40 On Fri, Aug 21, 2015 at 06:31:33PM +0530, Aparna Karuthodi wrote: > I fetched it yesterday using git fetch origin master. So, I thought I am in the recent kernel tree. In current Linus' tree the fb_bd663474 driver does not have these style errors. Either your 'origin' is pointing to some tree that was not updated for a long time, or you've only fetched the latest changes from the remote and haven't merged them into your working tree. > Signed-off-by: Aparna Karuthodi > --- > drivers/staging/fbtft/fb_bd663474.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/staging/fbtft/fb_bd663474.c b/drivers/staging/fbtft/fb_bd663474.c > index 7e00c60..8619426 100644 > --- a/drivers/staging/fbtft/fb_bd663474.c > +++ b/drivers/staging/fbtft/fb_bd663474.c > @@ -115,7 +115,7 @@ static int init_display(struct fbtft_par *par) > write_reg(par, 0x100, 0x7120 ); > write_reg(par, 0x007, 0x0103 ); > mdelay( 10 ); > - write_reg(par, 0x007, 0x0113 ); > + write_reg(par, 0x007, 0x0113); > > return 0; > } > -- > 1.7.9.5 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/