All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/13] driver/staging/nvec/nvec_power.c Tabstop remove
@ 2016-10-08  2:08 Keila
  2016-10-09 14:56 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 2+ messages in thread
From: Keila @ 2016-10-08  2:08 UTC (permalink / raw)
  To: Marc Dietrich, Greg Kroah-Hartman, outreachy-kernel

Fixed checkpatch.pl error."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, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/nvec/nvec_power.c b/drivers/staging/nvec/nvec_power.c
index fcbb0fa..b16c871 100644
--- a/drivers/staging/nvec/nvec_power.c
+++ b/drivers/staging/nvec/nvec_power.c
@@ -441,8 +441,8 @@ static struct platform_driver nvec_power_driver = {
 	.probe = nvec_power_probe,
 	.remove = nvec_power_remove,
 	.driver = {
-		   .name = "nvec-power",
-		   }
+		 .name = "nvec-power",
+	}
 };
 
 module_platform_driver(nvec_power_driver);
-- 
2.7.4



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

end of thread, other threads:[~2016-10-09 14:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-08  2:08 [PATCH 2/13] driver/staging/nvec/nvec_power.c Tabstop remove Keila
2016-10-09 14:56 ` Greg Kroah-Hartman

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.