drivers/staging/android/timed_gpio.c: Stlye fixes
authorTracey Dent <tdent48227@gmail.com>
Mon, 23 Jan 2012 02:28:46 +0000 (21:28 -0500)
committerGrazvydas Ignotas <notasas@gmail.com>
Wed, 25 Apr 2012 22:24:11 +0000 (01:24 +0300)
Just made it more neat and not bother scripts/checkpatch.pl

Signed-off-by: Tracey Dent <tdent48227@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/timed_gpio.c

index a64481c..bc723ef 100644 (file)
@@ -29,9 +29,9 @@ struct timed_gpio_data {
        struct timed_output_dev dev;
        struct hrtimer timer;
        spinlock_t lock;
-       unsigned        gpio;
-       int             max_timeout;
-       u8              active_low;
+       unsigned gpio;
+       int max_timeout;
+       u8 active_low;
 };
 
 static enum hrtimer_restart gpio_timer_func(struct hrtimer *timer)