From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753265AbbFOF1p (ORCPT ); Mon, 15 Jun 2015 01:27:45 -0400 Received: from mail-pa0-f41.google.com ([209.85.220.41]:32792 "EHLO mail-pa0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751254AbbFOF1l (ORCPT ); Mon, 15 Jun 2015 01:27:41 -0400 Date: Mon, 15 Jun 2015 10:57:33 +0530 From: Sudip Mukherjee To: "Dighe, Niranjan (N.)" Cc: "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 warnings Message-ID: <20150615052733.GB21087@sudip-PC> References: <20150614171728.GA5800@codebox> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150614171728.GA5800@codebox> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Jun 14, 2015 at 05:17:43PM +0000, Dighe, Niranjan (N.) wrote: > From: Niranjan Dighe > > This patch removes spaces at the start of the line and replaces it > by tabs You are also removing blank lines, adding blank lines, moving a ')' to next line. regards sudip