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

Staging: android: timed_gpio.c: fix coding style errors

remove extra space and replace tab to space after a variable

Signed-off-by: Jandy Gou <qingsong.gou@ck-telecom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Jandy Gou and committed by
Greg Kroah-Hartman
2537468c 4e0fa71c

+2 -2
+2 -2
drivers/staging/android/timed_gpio.c
··· 61 61 62 62 static void gpio_enable(struct timed_output_dev *dev, int value) 63 63 { 64 - struct timed_gpio_data *data = 64 + struct timed_gpio_data *data = 65 65 container_of(dev, struct timed_gpio_data, dev); 66 - unsigned long flags; 66 + unsigned long flags; 67 67 68 68 spin_lock_irqsave(&data->lock, flags); 69 69