]> git.baikalelectronics.ru Git - kernel.git/commit
mfd: arizona-spi: Add lines after declarations - checkpatch catch
authorWill Sheppard <wsheppard@embedded-bits.co.uk>
Wed, 15 Oct 2014 08:38:47 +0000 (09:38 +0100)
committerLee Jones <lee.jones@linaro.org>
Tue, 25 Nov 2014 16:18:45 +0000 (16:18 +0000)
commit5806b72a514935cb0fd1c1ecf15433ee458ccc03
treeb73fa8c6801fe63cb4326258f477c850bf2fbb21
parentc239928d6c0d75088cd9237bf3825b878c1443fe
mfd: arizona-spi: Add lines after declarations - checkpatch catch

This was found whilst running checkpatch.pl on arizona-spi.

WARNING: Missing a blank line after declarations
+       struct arizona *arizona = spi_get_drvdata(spi);
+       arizona_dev_exit(arizona);

Signed-off-by: Will Sheppard <wsheppard@embedded-bits.co.uk>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/arizona-spi.c