From: Tracey Dent Date: Mon, 23 Jan 2012 02:28:46 +0000 (-0500) Subject: drivers/staging/android/timed_gpio.c: Stlye fixes X-Git-Tag: staging-3.3~176^2~166 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e3251e0d7921fbedfe61cb237c6ce6c273bd93a7;p=karo-tx-linux.git drivers/staging/android/timed_gpio.c: Stlye fixes Just made it more neat and not bother scripts/checkpatch.pl Signed-off-by: Tracey Dent Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/android/timed_gpio.c b/drivers/staging/android/timed_gpio.c index a64481c3e86d..bc723eff11af 100644 --- a/drivers/staging/android/timed_gpio.c +++ b/drivers/staging/android/timed_gpio.c @@ -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)