diff options
author | Mohammad Jamal <md.jamalmohiuddin@gmail.com> | 2015-01-13 20:39:38 +0530 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-01-15 18:20:21 +0100 |
commit | 1fbb29c2f7b41c78c618ac80592b5ed43aa296cf (patch) | |
tree | 90375f14236e4296af02bcae5ddd5904362033e0 /drivers | |
parent | 996bd13f28e6a555bd0cfa5365c3c6386c49dcf6 (diff) |
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')
-rw-r--r-- | drivers/gpio/gpio-dln2.c | 1 |
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; |