All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Checkpatch.pl error fixed:"Tabstop remove".
@ 2016-10-08  5:57 Keila Novo
  2016-10-15  7:32 ` [Outreachy kernel] " Julia Lawall
  2016-10-15 11:29 ` Greg Kroah-Hartman
  0 siblings, 2 replies; 6+ messages in thread
From: Keila Novo @ 2016-10-08  5:57 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Marc Dietrich, outreachy-kernel

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



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

end of thread, other threads:[~2016-10-15 13:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-08  5:57 [PATCH] Checkpatch.pl error fixed:"Tabstop remove" Keila Novo
2016-10-15  7:32 ` [Outreachy kernel] " 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

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.