aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-dln2.c
diff options
context:
space:
mode:
authorMohammad Jamal <md.jamalmohiuddin@gmail.com>2015-01-13 20:39:38 +0530
committerLinus Walleij <linus.walleij@linaro.org>2015-01-15 18:20:21 +0100
commit1fbb29c2f7b41c78c618ac80592b5ed43aa296cf (patch)
tree90375f14236e4296af02bcae5ddd5904362033e0 /drivers/gpio/gpio-dln2.c
parentgpio: max732x: Add DT binding documentation (diff)
downloadlinux-dev-1fbb29c2f7b41c78c618ac80592b5ed43aa296cf.tar.xz
linux-dev-1fbb29c2f7b41c78c618ac80592b5ed43aa296cf.zip
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@gmail.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/gpio-dln2.c')
-rw-r--r--drivers/gpio/gpio-dln2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/gpio-dln2.c b/drivers/gpio/gpio-dln2.c
index 978b51eae2ec..3e07232b8370 100644
--- a/drivers/gpio/gpio-dln2.c
+++ b/drivers/gpio/gpio-dln2.c
@@ -400,6 +400,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;