Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1577676

[PATCH] staging: nvec: Fix coding style

From "Youngdo, Lee" <oss.ydlee@gmail.com>
Newsgroups linux.kernel
Subject [PATCH] staging: nvec: Fix coding style
Date 2017-02-09 16:20 +0100
Message-ID <t8YFQ-7Mt-17@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Removed unnecessary white spaces found via checkpatch.pl:
WARNING: Statements should start on a tabstop

Signed-off-by: Youngdo, Lee <oss.ydlee@gmail.com>
---
 drivers/staging/nvec/nvec_power.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/nvec/nvec_power.c b/drivers/staging/nvec/nvec_power.c
index fcbb0fa..688b805 100644
--- a/drivers/staging/nvec/nvec_power.c
+++ b/drivers/staging/nvec/nvec_power.c
@@ -441,8 +441,8 @@ static int nvec_power_remove(struct platform_device *pdev)
 	.probe = nvec_power_probe,
 	.remove = nvec_power_remove,
 	.driver = {
-		   .name = "nvec-power",
-		   }
+		.name = "nvec-power",
+	}
 };
 
 module_platform_driver(nvec_power_driver);
-- 
1.9.1

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH] staging: nvec: Fix coding style "Youngdo, Lee" <oss.ydlee@gmail.com> - 2017-02-09 16:20 +0100
  Re: [PATCH] staging: nvec: Fix coding style Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-02-10 15:10 +0100

csiph-web