Staging: android: timed_gpio: Removed spaces before tabs
authorJohannes Thumshirn <morbidrsa@googlemail.com>
Sat, 25 Feb 2012 14:51:13 +0000 (15:51 +0100)
committerGrazvydas Ignotas <notasas@gmail.com>
Wed, 25 Apr 2012 22:24:47 +0000 (01:24 +0300)
Signed-off-by: Johannes Thumshirn <morbidrsa@googlemail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/timed_gpio.h

index a0e15f8..d29e169 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;
 };