Skip to content

Commit

Permalink
drivers/staging/android/timed_gpio.c: Stlye fixes
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Tracey Dent authored and Greg Kroah-Hartman committed Feb 9, 2012
1 parent aa5af97 commit e3251e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/staging/android/timed_gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e3251e0

Please sign in to comment.