From: Johannes Thumshirn <morbidrsa@googlemail.com>
Date: Sat, 25 Feb 2012 14:51:13 +0000 (+0100)
Subject: Staging: android: timed_gpio: Removed spaces before tabs
X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=51be392603762ebbff7337bc8af178d33f3ba71e;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git

Staging: android: timed_gpio: Removed spaces before tabs

Signed-off-by: Johannes Thumshirn <morbidrsa@googlemail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---

diff --git a/drivers/staging/android/timed_gpio.h b/drivers/staging/android/timed_gpio.h
index a0e15f8be3f7..d29e169d7ebe 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;
 };