Commit 51be3926 authored by Johannes Thumshirn's avatar Johannes Thumshirn Committed by Greg Kroah-Hartman

Staging: android: timed_gpio: Removed spaces before tabs

Signed-off-by: default avatarJohannes Thumshirn <morbidrsa@googlemail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 48049188
......@@ -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;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment