drivers/staging/android/timed_gpio.c: Stlye fixes
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>
This commit is contained in:
parent
aa5af97412
commit
e3251e0d79
1 changed files with 3 additions and 3 deletions
|
@ -29,9 +29,9 @@ struct timed_gpio_data {
|
||||||
struct timed_output_dev dev;
|
struct timed_output_dev dev;
|
||||||
struct hrtimer timer;
|
struct hrtimer timer;
|
||||||
spinlock_t lock;
|
spinlock_t lock;
|
||||||
unsigned gpio;
|
unsigned gpio;
|
||||||
int max_timeout;
|
int max_timeout;
|
||||||
u8 active_low;
|
u8 active_low;
|
||||||
};
|
};
|
||||||
|
|
||||||
static enum hrtimer_restart gpio_timer_func(struct hrtimer *timer)
|
static enum hrtimer_restart gpio_timer_func(struct hrtimer *timer)
|
||||||
|
|
Loading…
Add table
Reference in a new issue