All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Anchal Jain <anchalj109@gmail.com>
Cc: marvin24@gmx.de, outreachy-kernel@googlegroups.com
Subject: Re: [PATCH] staging: nvec: Remove spaces for indentation
Date: Wed, 14 Sep 2016 20:44:31 +0200	[thread overview]
Message-ID: <20160914184431.GA14873@kroah.com> (raw)
In-Reply-To: <20160914183147.GA5607@life-desktop>

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 <anchalj109@gmail.com>
> ---
> 
> 
>  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


      reply	other threads:[~2016-09-14 18:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-14 18:31 [PATCH] staging: nvec: Remove spaces for indentation Anchal Jain
2016-09-14 18:44 ` Greg KH [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160914184431.GA14873@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=anchalj109@gmail.com \
    --cc=marvin24@gmx.de \
    --cc=outreachy-kernel@googlegroups.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.