[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1421161778-5671-1-git-send-email-md.jamalmohiuddin@gmail.com>
Date: Tue, 13 Jan 2015 20:39:38 +0530
From: Mohammad Jamal <md.jamalmohiuddin@...il.com>
To: linus.walleij@...aro.org, gnurou@...il.com,
linux-gpio@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: Mohammad Jamal <md.jamalmohiuddin@...il.com>
Subject: [PATCH] gpio: gpio-dln2: Added a Blank line after declaration
Fix the coding style issue by adding a blank line after declaration
Signed-off-by: Mohammad Jamal <md.jamalmohiuddin@...il.com>
---
drivers/gpio/gpio-dln2.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/gpio/gpio-dln2.c b/drivers/gpio/gpio-dln2.c
index ce3c155..dbdb4de 100644
--- a/drivers/gpio/gpio-dln2.c
+++ b/drivers/gpio/gpio-dln2.c
@@ -396,6 +396,7 @@ static void dln2_gpio_event(struct platform_device *pdev, u16 echo,
const void *data, int len)
{
int pin, irq;
+
const struct {
__le16 count;
__u8 type;
--
1.7.9.5
--
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