OSDN Git Service

mfd: max8925-core: Fix 'missing blank line after declarations' warning
authorLee Jones <lee.jones@linaro.org>
Mon, 21 Jul 2014 13:16:23 +0000 (14:16 +0100)
committerLee Jones <lee.jones@linaro.org>
Fri, 25 Jul 2014 14:31:41 +0000 (15:31 +0100)
commita5c5accfc291427eee7d44d25a1dcbf98766adfa
treea02673aa2ef20cb0838a1896c107fcb05d4bac84
parent04aa4438c01938df30ffe26f72cef0cbd0a34f6e
mfd: max8925-core: 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 max8925_chip *chip = irq_data_get_irq_chip_data(data);
+       max8925_irqs[data->irq - chip->irq_base].enable

WARNING: Missing a blank line after declarations
+       struct max8925_chip *chip = irq_data_get_irq_chip_data(data);
+       max8925_irqs[data->irq - chip->irq_base].enable = 0;

total: 0 errors, 2 warnings, 927 lines checked

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