Staging: android: timed_gpio: Removed spaces before tabs
authorJohannes Thumshirn <morbidrsa@googlemail.com>
Sat, 25 Feb 2012 14:51:13 +0000 (15:51 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 29 Feb 2012 23:52:52 +0000 (15:52 -0800)
Signed-off-by: Johannes Thumshirn <morbidrsa@googlemail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/timed_gpio.h

index a0e15f8be3f717e5aa8c6bb462ef3710b75bbba3..d29e169d7ebeb6f78827557f48eac652b957ac79 100644 (file)
 
 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;
 };