Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753721AbbFODef (ORCPT ); Sun, 14 Jun 2015 23:34:35 -0400 Received: from mail-db3on0142.outbound.protection.outlook.com ([157.55.234.142]:37058 "EHLO emea01-db3-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753203AbbFODe3 convert rfc822-to-8bit (ORCPT ); Sun, 14 Jun 2015 23:34:29 -0400 X-Greylist: delayed 35441 seconds by postgrey-1.27 at vger.kernel.org; Sun, 14 Jun 2015 23:34:28 EDT From: "Dighe, Niranjan (N.)" To: =?iso-8859-1?Q?Markus_B=F6hme?= 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 Thread-Topic: [PATCH] Staging: sm750fb: fix checkpatch.pl indentation warnings Thread-Index: AQHQpsmolMkeLaKLrUSYxaUry+QH9J2sVt4AgACT1YA= Date: Mon, 15 Jun 2015 03:34:25 +0000 Message-ID: <20150615033409.GA2277@siberianhusky> References: <20150614174339.GA6105@codebox> <557DCBAE.8070109@mailbox.org> In-Reply-To: <557DCBAE.8070109@mailbox.org> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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: 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: 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: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1034 Lines: 32 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 > > > >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/