diff options
author | Lee Jones <lee.jones@linaro.org> | 2014-07-21 13:44:01 +0100 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-07-25 15:31:39 +0100 |
commit | 52149ad265be7694f8afa21fb9af8a5fbf01b1a5 (patch) | |
tree | bebb4c0c2567784ca38536502ebe37f091136810 /drivers/vlynq | |
parent | 0309528aae8ac0a4d7b32428f6a7debc84becc9c (diff) |
mfd: lp8788-irq: Fix 'missing blank line after declarations' warning
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>
Diffstat (limited to 'drivers/vlynq')
0 files changed, 0 insertions, 0 deletions