Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1577676 > unrolled thread
| Started by | "Youngdo, Lee" <oss.ydlee@gmail.com> |
|---|---|
| First post | 2017-02-09 16:20 +0100 |
| Last post | 2017-02-10 15:10 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[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
| From | "Youngdo, Lee" <oss.ydlee@gmail.com> |
|---|---|
| Date | 2017-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]
| From | Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|---|
| Date | 2017-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