mfd: lp8788-irq: Fix 'missing blank line after declarations' warning
authorLee Jones <lee.jones@linaro.org>
Mon, 21 Jul 2014 12:44:01 +0000 (13:44 +0100)
committerLee Jones <lee.jones@linaro.org>
Fri, 25 Jul 2014 14:31:39 +0000 (15:31 +0100)
This is part of an effort to clean-up the MFD subsystem.

WARNING: Missing a blank line after declarations
+       struct lp8788_irq_data *irqd = irq_data_get_irq_chip_data(data);
+       irqd->enabled[data->hwirq] = 1;

WARNING: Missing a blank line after declarations
+       struct lp8788_irq_data *irqd = irq_data_get_irq_chip_data(data);
+       irqd->enabled[data->hwirq] = 0;

total: 0 errors, 2 warnings, 198 lines checked

Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/lp8788-irq.c

Simple merge