Commit 6f467e5f authored by Will Sheppard's avatar Will Sheppard Committed by Lee Jones

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: default avatarWill Sheppard <wsheppard@embedded-bits.co.uk>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 6cbac553
......@@ -75,7 +75,9 @@ static int arizona_spi_probe(struct spi_device *spi)
static int arizona_spi_remove(struct spi_device *spi)
{
struct arizona *arizona = spi_get_drvdata(spi);
arizona_dev_exit(arizona);
return 0;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment