Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Staging: android: timed_gpio: Removed spaces before tabs

Signed-off-by: Johannes Thumshirn <morbidrsa@googlemail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Johannes Thumshirn and committed by
Greg Kroah-Hartman
51be3926 48049188

+3 -3
+3 -3
drivers/staging/android/timed_gpio.h
··· 20 20 21 21 struct timed_gpio { 22 22 const char *name; 23 - unsigned gpio; 23 + unsigned gpio; 24 24 int max_timeout; 25 - u8 active_low; 25 + u8 active_low; 26 26 }; 27 27 28 28 struct timed_gpio_platform_data { 29 - int num_gpios; 29 + int num_gpios; 30 30 struct timed_gpio *gpios; 31 31 }; 32 32