linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] staging: nvec: Fix coding style
@ 2017-02-09 15:16 Youngdo, Lee
  2017-02-10 14:08 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 2+ messages in thread
From: Youngdo, Lee @ 2017-02-09 15:16 UTC (permalink / raw)
  To: Marc Dietrich, Greg Kroah-Hartman
  Cc: ac100, linux-tegra, devel, linux-kernel, Youngdo, Lee

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] staging: nvec: Fix coding style
  2017-02-09 15:16 [PATCH] staging: nvec: Fix coding style Youngdo, Lee
@ 2017-02-10 14:08 ` Greg Kroah-Hartman
  0 siblings, 0 replies; 2+ messages in thread
From: Greg Kroah-Hartman @ 2017-02-10 14:08 UTC (permalink / raw)
  To: Youngdo, Lee; +Cc: Marc Dietrich, linux-tegra, devel, linux-kernel, ac100

On Fri, Feb 10, 2017 at 12:16:12AM +0900, Youngdo, Lee wrote:
> 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(-)

Does not apply to my tree :(

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-02-10 14:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-09 15:16 [PATCH] staging: nvec: Fix coding style Youngdo, Lee
2017-02-10 14:08 ` Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).