From: "Youngdo, Lee" <oss.ydlee@gmail.com>
To: Marc Dietrich <marvin24@gmx.de>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-tegra@vger.kernel.org, devel@driverdev.osuosl.org,
"Youngdo, Lee" <oss.ydlee@gmail.com>,
linux-kernel@vger.kernel.org, ac100@lists.launchpad.net
Subject: [PATCH] staging: nvec: Fix coding style
Date: Fri, 10 Feb 2017 00:16:12 +0900 [thread overview]
Message-ID: <1486653372-7514-1-git-send-email-oss.ydlee@gmail.com> (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
next reply other threads:[~2017-02-09 15:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-09 15:16 Youngdo, Lee [this message]
2017-02-10 14:08 ` [PATCH] staging: nvec: Fix coding style Greg Kroah-Hartman
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=1486653372-7514-1-git-send-email-oss.ydlee@gmail.com \
--to=oss.ydlee@gmail.com \
--cc=ac100@lists.launchpad.net \
--cc=devel@driverdev.osuosl.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tegra@vger.kernel.org \
--cc=marvin24@gmx.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox