projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4804918
)
Staging: android: timed_gpio: Removed spaces before tabs
author
Johannes Thumshirn
<
[email protected]
>
Sat, 25 Feb 2012 14:51:13 +0000
(15:51 +0100)
committer
Greg Kroah-Hartman
<
[email protected]
>
Wed, 29 Feb 2012 23:52:52 +0000
(15:52 -0800)
Signed-off-by: Johannes Thumshirn <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/android/timed_gpio.h
patch
|
blob
|
history
diff --git
a/drivers/staging/android/timed_gpio.h
b/drivers/staging/android/timed_gpio.h
index a0e15f8be3f717e5aa8c6bb462ef3710b75bbba3..d29e169d7ebeb6f78827557f48eac652b957ac79 100644
(file)
--- a/
drivers/staging/android/timed_gpio.h
+++ b/
drivers/staging/android/timed_gpio.h
@@
-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;
};