linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Staging: android: timed_gpio: Removed spaces before tabs
@ 2012-02-25 14:51 Johannes Thumshirn
  0 siblings, 0 replies; only message in thread
From: Johannes Thumshirn @ 2012-02-25 14:51 UTC (permalink / raw)
  To: gregkh; +Cc: olof, cjb, vrao, devel, linux-kernel, Johannes Thumshirn


Signed-off-by: Johannes Thumshirn <morbidrsa@googlemail.com>
---
 drivers/staging/android/timed_gpio.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/staging/android/timed_gpio.h b/drivers/staging/android/timed_gpio.h
index a0e15f8..d29e169 100644
--- a/drivers/staging/android/timed_gpio.h
+++ b/drivers/staging/android/timed_gpio.h
@@ -20,13 +20,13 @@
 
 struct timed_gpio {
 	const char *name;
-	unsigned 	gpio;
+	unsigned	gpio;
 	int		max_timeout;
-	u8 		active_low;
+	u8		active_low;
 };
 
 struct timed_gpio_platform_data {
-	int 		num_gpios;
+	int		num_gpios;
 	struct timed_gpio *gpios;
 };
 
-- 
1.7.5.4


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-02-25 14:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-25 14:51 [PATCH] Staging: android: timed_gpio: Removed spaces before tabs Johannes Thumshirn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).