提交 6f467e5f 编写于 作者: W Will Sheppard 提交者: 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: NWill Sheppard <wsheppard@embedded-bits.co.uk>
Signed-off-by: NLee Jones <lee.jones@linaro.org>
上级 6cbac553
...@@ -75,7 +75,9 @@ static int arizona_spi_probe(struct spi_device *spi) ...@@ -75,7 +75,9 @@ static int arizona_spi_probe(struct spi_device *spi)
static int arizona_spi_remove(struct spi_device *spi) static int arizona_spi_remove(struct spi_device *spi)
{ {
struct arizona *arizona = spi_get_drvdata(spi); struct arizona *arizona = spi_get_drvdata(spi);
arizona_dev_exit(arizona); arizona_dev_exit(arizona);
return 0; return 0;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册