All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anchal Jain <anchalj109@gmail.com>
To: marvin24@gmx.de
Cc: gregkh@linuxfoundation.org, outreachy-kernel@googlegroups.com
Subject: [PATCH] staging: nvec: Remove spaces for indentation
Date: Thu, 15 Sep 2016 00:01:58 +0530	[thread overview]
Message-ID: <20160914183147.GA5607@life-desktop> (raw)

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",
-		   }
+		}
 };
 
 module_platform_driver(nvec_power_driver);
-- 
1.9.1



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

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

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=20160914183147.GA5607@life-desktop \
    --to=anchalj109@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --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.