Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753102AbbFNSwA (ORCPT ); Sun, 14 Jun 2015 14:52:00 -0400 Received: from mx2.mailbox.org ([80.241.60.215]:45186 "EHLO mx2.mailbox.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752057AbbFNSvx (ORCPT ); Sun, 14 Jun 2015 14:51:53 -0400 X-Greylist: delayed 344 seconds by postgrey-1.27 at vger.kernel.org; Sun, 14 Jun 2015 14:51:53 EDT Message-ID: <557DCBAE.8070109@mailbox.org> Date: Sun, 14 Jun 2015 20:45:02 +0200 From: =?windows-1252?Q?Markus_B=F6hme?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.7.0 MIME-Version: 1.0 To: "Dighe, Niranjan (N.)" CC: "sudipm.mukherjee@gmail.com" , "teddy.wang@siliconmotion.com" , "gregkh@linuxfoundation.org" , "linux-fbdev@vger.kernel.org" , "devel@driverdev.osuosl.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] Staging: sm750fb: fix checkpatch.pl indentation warnings References: <20150614174339.GA6105@codebox> In-Reply-To: <20150614174339.GA6105@codebox> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 803 Lines: 24 > This patch fixes indentation issues by replacing spaces by tabs at > the start of line > > Signed-off-by: Niranjan Dighe > > diff --git a/drivers/staging/sm750fb/ddk750_dvi.c b/drivers/staging/sm750fb/ddk750_dvi.c > index b2bf7e6..c73b74a 100644 > --- a/drivers/staging/sm750fb/ddk750_dvi.c > +++ b/drivers/staging/sm750fb/ddk750_dvi.c > - if(pCurrentDviCtrl->pfnInit != NULL) > + if (pCurrentDviCtrl->pfnInit != NULL) You are fixing a different type of warning here. Please make only one kind of change per patch. Regards, Markus -- 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/