This patch fixes the unwanted spaces and tab as pointed by checkpatch.pl Signed-off-by:pradheep.sh@xxxxxxxxx --- drivers/staging/android/timed_gpio.h | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/android/timed_gpio.h b/drivers/staging/android/timed_gpio.h index a0e15f8..b03e783 100644 --- a/drivers/staging/android/timed_gpio.h +++ b/drivers/staging/android/timed_gpio.h @@ -19,15 +19,15 @@ #define TIMED_GPIO_NAME "timed-gpio" struct timed_gpio { - const char *name; - unsigned gpio; + const char *name; + unsigned gpio; int max_timeout; - u8 active_low; + u8 active_low; }; struct timed_gpio_platform_data { - int num_gpios; - struct timed_gpio *gpios; + int num_gpios; + struct timed_gpio *gpios; }; #endif -- 1.7.1 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/devel