OSDN Git Service

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)
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

index 4e3afd1..5fe1296 100644 (file)
@@ -88,7 +88,9 @@ static int arizona_i2c_probe(struct i2c_client *i2c,
 static int arizona_i2c_remove(struct i2c_client *i2c)
 {
        struct arizona *arizona = dev_get_drvdata(&i2c->dev);
+
        arizona_dev_exit(arizona);
+
        return 0;
 }