Browse Source

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>
Lee Jones 9 years ago
parent
commit
9f6e872a70
1 changed files with 2 additions and 0 deletions
  1. 2 0
      drivers/mfd/arizona-i2c.c

+ 2 - 0
drivers/mfd/arizona-i2c.c

@@ -88,7 +88,9 @@ static int arizona_i2c_probe(struct i2c_client *i2c,
 static int arizona_i2c_remove(struct i2c_client *i2c)
 static int arizona_i2c_remove(struct i2c_client *i2c)
 {
 {
 	struct arizona *arizona = dev_get_drvdata(&i2c->dev);
 	struct arizona *arizona = dev_get_drvdata(&i2c->dev);
+
 	arizona_dev_exit(arizona);
 	arizona_dev_exit(arizona);
+
 	return 0;
 	return 0;
 }
 }