From: Keila Novo <laurana5@gmail.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Marc Dietrich <marvin24@gmx.de>,
outreachy-kernel@googlegroups.com
Subject: [PATCH] Checkpatch.pl error fixed:"Tabstop remove".
Date: Sat, 8 Oct 2016 07:57:53 +0200 [thread overview]
Message-ID: <20161008055753.GA24115@kheixx-VB> (raw)
Checkpatch.pl error fixed:"No tabstop at the init
of the line"
Signed-off-by: Keila Novo <laurana5@gmail.com>
---
drivers/staging/nvec/nvec_power.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/drivers/staging/nvec/nvec_power.c b/drivers/staging/nvec/nvec_power.c
index b16c871..88e6c0e 100644
--- a/drivers/staging/nvec/nvec_power.c
+++ b/drivers/staging/nvec/nvec_power.c
@@ -441,7 +441,11 @@ static struct platform_driver nvec_power_driver = {
.probe = nvec_power_probe,
.remove = nvec_power_remove,
.driver = {
+<<<<<<< HEAD
.name = "nvec-power",
+=======
+ .name = nvec_power,
+>>>>>>> 3dedeb1... Checkpatch.pl error fixed:"Tabstop
}
};
--
2.7.4
next reply other threads:[~2016-10-14 22:12 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-08 5:57 Keila Novo [this message]
2016-10-15 7:32 ` [Outreachy kernel] [PATCH] Checkpatch.pl error fixed:"Tabstop remove" Julia Lawall
2016-10-15 11:29 ` Greg Kroah-Hartman
2016-10-15 13:09 ` keila novo
2016-10-15 13:13 ` [Outreachy kernel] " Julia Lawall
2016-10-15 13:15 ` keila novo
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=20161008055753.GA24115@kheixx-VB \
--to=laurana5@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=marvin24@gmx.de \
--cc=outreachy-kernel@googlegroups.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.