Skip to content

Commit

Permalink
Staging: android: timed_gpio: Removed spaces before tabs
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Thumshirn <morbidrsa@googlemail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Johannes Thumshirn authored and Greg Kroah-Hartman committed Feb 29, 2012
1 parent 4804918 commit 51be392
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/staging/android/timed_gpio.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@

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;
};

Expand Down

0 comments on commit 51be392

Please sign in to comment.