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>
This commit is contained in:
Jandy Gou 2015-08-05 10:09:02 +08:00 коммит произвёл Greg Kroah-Hartman
Родитель 4e0fa71c93
Коммит 2537468cee
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -61,9 +61,9 @@ static int gpio_get_time(struct timed_output_dev *dev)
static void gpio_enable(struct timed_output_dev *dev, int value)
{
struct timed_gpio_data *data =
struct timed_gpio_data *data =
container_of(dev, struct timed_gpio_data, dev);
unsigned long flags;
unsigned long flags;
spin_lock_irqsave(&data->lock, flags);