diff options
author | Mohammad Jamal <md.jamalmohiuddin@gmail.com> | 2015-01-13 10:09:38 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-01-15 12:20:21 -0500 |
commit | 1fbb29c2f7b41c78c618ac80592b5ed43aa296cf (patch) | |
tree | 90375f14236e4296af02bcae5ddd5904362033e0 /drivers/gpio | |
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/gpio')
-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, | |||
400 | const void *data, int len) | 400 | const void *data, int len) |
401 | { | 401 | { |
402 | int pin, irq; | 402 | int pin, irq; |
403 | |||
403 | const struct { | 404 | const struct { |
404 | __le16 count; | 405 | __le16 count; |
405 | __u8 type; | 406 | __u8 type; |