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:
aa5af97
)
drivers/staging/android/timed_gpio.c: Stlye fixes
author
Tracey Dent
<
[email protected]
>
Mon, 23 Jan 2012 02:28:46 +0000
(21:28 -0500)
committer
Greg Kroah-Hartman
<
[email protected]
>
Thu, 9 Feb 2012 00:47:52 +0000
(16:47 -0800)
Just made it more neat and not bother scripts/checkpatch.pl
Signed-off-by: Tracey Dent <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/android/timed_gpio.c
patch
|
blob
|
history
diff --git
a/drivers/staging/android/timed_gpio.c
b/drivers/staging/android/timed_gpio.c
index a64481c3e86d02ed02d094235f7e510b3e0df058..bc723eff11aff0c988786690f2f83673372f007c 100644
(file)
--- a/
drivers/staging/android/timed_gpio.c
+++ b/
drivers/staging/android/timed_gpio.c
@@
-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)