Signed-off-by: Johannes Thumshirn <[email protected]>
---
 drivers/staging/android/timed_gpio.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/staging/android/timed_gpio.h 
b/drivers/staging/android/timed_gpio.h
index a0e15f8..d29e169 100644
--- 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;
 };
 
-- 
1.7.5.4

_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to