Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1165003

Re: [PATCH] Staging: sm750fb: fix checkpatch.pl indentation warnings

Path csiph.com!aioe.org!bofh.it!news.nic.it!robomod
From "Dighe, Niranjan (N.)" <ndighe@visteon.com>
Newsgroups linux.kernel
Subject Re: [PATCH] Staging: sm750fb: fix checkpatch.pl indentation warnings
Date Mon, 15 Jun 2015 05:40:01 +0200
Message-ID <pBtpD-8eb-5@gated-at.bofh.it> (permalink)
References <pBkcG-398-13@gated-at.bofh.it> <pBlip-4Jt-3@gated-at.bofh.it>
X-Original-To Markus Böhme <markus.boehme@mailbox.org>
X-Greylist delayed 35441 seconds by postgrey-1.27 at vger.kernel.org; Sun, 14 Jun 2015 23:34:28 EDT
Thread-Topic [PATCH] Staging: sm750fb: fix checkpatch.pl indentation warnings
Thread-Index AQHQpsmolMkeLaKLrUSYxaUry+QH9J2sVt4AgACT1YA=
Accept-Language en-US
Content-Language en-US
Authentication-Results mailbox.org; dkim=none (message not signed) header.d=none;
X-Ms-Exchange-Messagesentrepresentingtype 1
X-Originating-IP [74.112.164.130]
X-Microsoft-Exchange-Diagnostics 1;DBXPR06MB611;3:nZOZ1bNZRssU9aslm2Eeijqp0CbNqdVN6K4tby6Nbp+ddywxRWUE4aoFZvoQVhrqscC3ut/dDvrGEniKA/oZVlVdn4Ymnsk0OkTUM28Gsvvg3f1r/OSXmAUobEjW8EzaNa2PLb/KafM1jqepde/hZw==;10:1J18JY+9YkB+l+uqhqce6NxoBCncj03pLUHphJjkVKqLwU1JAevjM68qxF89WgeczPy7kI+KFI36MO4nfiZwEblUua2Fk0Eq38JmTBQcvbc=;6:PxYxHb8E0+DVgEBqNW/gkK0kfjVLavANKaYa67ck5EsFYoZo8or0fZlqN4PqZwLX
X-Microsoft-Antispam UriScan:;BCL:0;PCL:0;RULEID:;SRVR:DBXPR06MB611;
X-Microsoft-Antispam-Prvs <DBXPR06MB6113735249280EF7ADCEDA5C0B80@DBXPR06MB611.eurprd06.prod.outlook.com>
X-Exchange-Antispam-Report-Test UriScan:;
X-Exchange-Antispam-Report-Cfa-Test BCL:0;PCL:0;RULEID:(601004)(5005006)(520003)(3002001);SRVR:DBXPR06MB611;BCL:0;PCL:0;RULEID:;SRVR:DBXPR06MB611;
X-Forefront-Prvs 0608DEDB67
X-Forefront-Antispam-Report SFV:NSPM;SFS:(10019020)(6009001)(24454002)(164054003)(51704005)(19580405001)(66066001)(33656002)(5002640100001)(77156002)(62966003)(122556002)(40100003)(189998001)(110136002)(92566002)(5001960100002)(2900100001)(54356999)(2656002)(50986999)(87936001)(86362001)(106116001)(46102003)(2860100001)(102836002)(19580395003)(76176999)(2950100001)(33716001);DIR:OUT;SFP:1102;SCL:1;SRVR:DBXPR06MB611;H:DBXPR06MB612.eurprd06.prod.outlook.com;FPR:;SPF:None;MLV:sfv;LANG:en;
Content-Type text/plain; charset="iso-8859-1"
Content-ID <CA0F02323EBA314AB17F777317D6D6C2@eurprd06.prod.outlook.com>
Content-Transfer-Encoding 8BIT
MIME-Version 1.0
X-Originatororg visteon.com
X-Ms-Exchange-Crosstenant-Originalarrivaltime 15 Jun 2015 03:34:25.7786 (UTC)
X-Ms-Exchange-Crosstenant-Fromentityheader Hosted
X-Ms-Exchange-Crosstenant-ID 7a147aaf-01ec-498c-80a1-e34a8c63c548
X-Ms-Exchange-Transport-Crosstenantheadersstamped DBXPR06MB611
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 32
Organization linux.* mail to news gateway
X-Original-Cc "sudipm.mukherjee@gmail.com" <sudipm.mukherjee@gmail.com>, "teddy.wang@siliconmotion.com" <teddy.wang@siliconmotion.com>, "gregkh@linuxfoundation.org" <gregkh@linuxfoundation.org>, "linux-fbdev@vger.kernel.org" <linux-fbdev@vger.kernel.org>, "devel@driverdev.osuosl.org" <devel@driverdev.osuosl.org>, "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
X-Original-Date Mon, 15 Jun 2015 03:34:25 +0000
X-Original-Message-ID <20150615033409.GA2277@siberianhusky>
X-Original-References <20150614174339.GA6105@codebox> <557DCBAE.8070109@mailbox.org>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref aioe.org linux.kernel:1165003

Show key headers only | View raw


On Sun, Jun 14, 2015 at 08:45:02PM +0200, Markus Böhme wrote:
> >This patch fixes indentation issues by replacing spaces by tabs at
> >the start of line
> >
> >Signed-off-by: Niranjan Dighe <ndighe@visteon.com>
> >
> >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
> 

Hello Markus,

Thanks for your review. I will correct and resend a new patch. Please disregard
this for the moment.

Thanks,
Niranjan Dighe--
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/

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Re: [PATCH] Staging: sm750fb: fix checkpatch.pl indentation warnings Markus Böhme <markus.boehme@mailbox.org> - 2015-06-14 21:00 +0200
  Re: [PATCH] Staging: sm750fb: fix checkpatch.pl indentation warnings "Dighe, Niranjan (N.)" <ndighe@visteon.com> - 2015-06-15 05:40 +0200

csiph-web