From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6330257505089748992 X-Received: by 10.36.68.15 with SMTP id o15mr6483268ita.1.1473878936236; Wed, 14 Sep 2016 11:48:56 -0700 (PDT) X-BeenThere: outreachy-kernel@googlegroups.com Received: by 10.107.13.203 with SMTP id 194ls558607ion.11.gmail; Wed, 14 Sep 2016 11:48:55 -0700 (PDT) X-Received: by 10.36.253.202 with SMTP id m193mr3566085ith.11.1473878935235; Wed, 14 Sep 2016 11:48:55 -0700 (PDT) Return-Path: Received: from mail.linuxfoundation.org (mail.linuxfoundation.org. [140.211.169.12]) by gmr-mx.google.com with ESMTPS id c20si1562677pfc.1.2016.09.14.11.48.55 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 14 Sep 2016 11:48:55 -0700 (PDT) Received-SPF: pass (google.com: domain of gregkh@linuxfoundation.org designates 140.211.169.12 as permitted sender) client-ip=140.211.169.12; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of gregkh@linuxfoundation.org designates 140.211.169.12 as permitted sender) smtp.mailfrom=gregkh@linuxfoundation.org Received: from localhost (pes75-3-78-192-101-3.fbxo.proxad.net [78.192.101.3]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 5E41A996; Wed, 14 Sep 2016 18:48:54 +0000 (UTC) Date: Wed, 14 Sep 2016 20:44:31 +0200 From: Greg KH To: Anchal Jain Cc: marvin24@gmx.de, outreachy-kernel@googlegroups.com Subject: Re: [PATCH] staging: nvec: Remove spaces for indentation Message-ID: <20160914184431.GA14873@kroah.com> References: <20160914183147.GA5607@life-desktop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160914183147.GA5607@life-desktop> User-Agent: Mutt/1.7.0 (2016-08-17) On Thu, Sep 15, 2016 at 12:01:58AM +0530, Anchal Jain wrote: > This patch fix warning > > WARNING: Statements should start on a tabstop > > generated by checkpatch.pl tool. > > > Signed-off-by: Anchal Jain > --- > > > drivers/staging/nvec/nvec_power.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/staging/nvec/nvec_power.c b/drivers/staging/nvec/nvec_power.c > index fcbb0fa..09befbb 100644 > --- a/drivers/staging/nvec/nvec_power.c > +++ b/drivers/staging/nvec/nvec_power.c > @@ -442,7 +442,7 @@ static struct platform_driver nvec_power_driver = { > .remove = nvec_power_remove, > .driver = { > .name = "nvec-power", > - } > + } This should go back a tab, and the .name line should be on a tab as well. thanks, greg k-h