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


Groups > linux.kernel > #1577676 > unrolled thread

[PATCH] staging: nvec: Fix coding style

Started by"Youngdo, Lee" <oss.ydlee@gmail.com>
First post2017-02-09 16:20 +0100
Last post2017-02-10 15:10 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [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

#1577676 — [PATCH] staging: nvec: Fix coding style

From"Youngdo, Lee" <oss.ydlee@gmail.com>
Date2017-02-09 16:20 +0100
Subject[PATCH] staging: nvec: Fix coding style
Message-ID<t8YFQ-7Mt-17@gated-at.bofh.it>
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

[toc] | [next] | [standalone]


#1578471

FromGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Date2017-02-10 15:10 +0100
Message-ID<t9k3D-4oZ-3@gated-at.bofh.it>
In reply to#1577676
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 :(

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web