[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1438740542-11326-2-git-send-email-qingsong.gou@ck-telecom.com>
Date: Wed, 5 Aug 2015 10:09:02 +0800
From: Jandy Gou <qingsong.gou@...telecom.com>
To: gregkh@...uxfoundation.org
Cc: swetland@...gle.com, arve@...roid.com, riandrews@...roid.com,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
Jandy Gou <qingsong.gou@...telecom.com>
Subject: [PATCH] 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@...telecom.com>
---
drivers/staging/android/timed_gpio.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/android/timed_gpio.c b/drivers/staging/android/timed_gpio.c
index 938a35c..ce11726 100644
--- a/drivers/staging/android/timed_gpio.c
+++ b/drivers/staging/android/timed_gpio.c
@@ -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);
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists