diff options
author | Lee Jones <lee.jones@linaro.org> | 2014-07-21 12:44:01 (GMT) |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-07-25 14:31:39 (GMT) |
commit | 52149ad265be7694f8afa21fb9af8a5fbf01b1a5 (patch) | |
tree | bebb4c0c2567784ca38536502ebe37f091136810 /tools/perf | |
parent | 0309528aae8ac0a4d7b32428f6a7debc84becc9c (diff) | |
download | linux-52149ad265be7694f8afa21fb9af8a5fbf01b1a5.tar.xz |
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 'tools/perf')
0 files changed, 0 insertions, 0 deletions