All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: iio: accel: Fix indentation
@ 2016-09-14 17:29 Rehas Sachdeva
  2016-09-14 17:47 ` [Outreachy kernel] " Alison Schofield
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Rehas Sachdeva @ 2016-09-14 17:29 UTC (permalink / raw)
  To: outreachy-kernel
  Cc: Jonathan Cameron, Hartmut Knaack, Lars-Peter Clausen,
	Peter Meerwald-Stadler, Greg Kroah-Hartman

This patch fixes the checkpatch.pl warning:
WARNING: Statements should start on a tabstop

Signed-off-by: Rehas Sachdeva <aquannie@gmail.com>
---
 drivers/staging/iio/accel/sca3000_core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/iio/accel/sca3000_core.c b/drivers/staging/iio/accel/sca3000_core.c
index b5625f5..61f3241 100644
--- a/drivers/staging/iio/accel/sca3000_core.c
+++ b/drivers/staging/iio/accel/sca3000_core.c
@@ -412,7 +412,7 @@ static const struct iio_event_spec sca3000_event = {
 		},						\
 		.event_spec = &sca3000_event,			\
 		.num_event_specs = 1,				\
-	 }
+	}
 
 static const struct iio_chan_spec sca3000_channels[] = {
 	SCA3000_CHAN(0, IIO_MOD_X),
-- 
2.7.4



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

end of thread, other threads:[~2016-09-16  8:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-14 17:29 [PATCH] staging: iio: accel: Fix indentation Rehas Sachdeva
2016-09-14 17:47 ` [Outreachy kernel] " Alison Schofield
2016-09-16  8:04   ` Greg Kroah-Hartman
     [not found] ` <4bcaddb5-33eb-3e8a-9273-92f41ee6f4dd@metafoo.de>
2016-09-14 18:22   ` Rehas Sachdeva
     [not found] ` <57D98C47.3020203@gmx.de>
2016-09-14 18:28   ` Rehas Sachdeva

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.