]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mfd: arizona-i2c: Add blank line formatting after declaration
authorLee Jones <lee.jones@linaro.org>
Wed, 28 Oct 2015 13:54:07 +0000 (13:54 +0000)
committerLee Jones <lee.jones@linaro.org>
Thu, 14 Jan 2016 08:43:58 +0000 (08:43 +0000)
commit9f6e872a7003ea6b7f38bcfd5ee6c1e05b18672b
treeacc2c03620433a5296df70f2f295dc49a72204bb
parentb79a980f7161ca09855cc641091d1afe4ef08dd8
mfd: arizona-i2c: Add blank line formatting after declaration

WARNING: Missing a blank line after declarations
+       struct arizona *arizona = dev_get_drvdata(&i2c->dev);
+       arizona_dev_exit(arizona);

total: 0 errors, 1 warnings, 120 lines checked

Cc: patches@opensource.wolfsonmicro.com
Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/arizona-i2c.c