mfd: mcp-core: Fix 'blank line after declarations' warning
authorLee Jones <lee.jones@linaro.org>
Mon, 21 Jul 2014 11:53:56 +0000 (12:53 +0100)
committerLee Jones <lee.jones@linaro.org>
Tue, 22 Jul 2014 12:17:02 +0000 (13:17 +0100)
commitb9ac2270ecf86a0090fb511833819da64291430d
treeeefaf5cab99dcf0ddcbe6713bb0bc520369ee567
parent4ed8f7182ed4c27e7190c3533e02937bac2f9df6
mfd: mcp-core: Fix 'blank line after declarations' warning

This is part of an effort to clean-up the MFD subsystem.

WARNING: Missing a blank line after declarations
+       unsigned long flags;
+       spin_lock_irqsave(&mcp->lock, flags);

total: 0 errors, 1 warnings, 238 lines checked

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