]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
power: max17042_battery: add missed blank
authorBeomho Seo <beomho.seo@samsung.com>
Fri, 3 Apr 2015 08:26:09 +0000 (17:26 +0900)
committerSebastian Reichel <sre@kernel.org>
Mon, 6 Apr 2015 15:46:46 +0000 (17:46 +0200)
This patch add missed blank line after decalations.

Signed-off-by: Beomho Seo <beomho.seo@samsung.com>
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
drivers/power/max17042_battery.c

index bf5a82c9370efef6209122e6fdf313f38f122bcf..6cc5e87ec031073ebda3dfea04e4899096622ba1 100644 (file)
@@ -268,6 +268,7 @@ static inline void max17042_override_por(struct regmap *map,
 static inline void max10742_unlock_model(struct max17042_chip *chip)
 {
        struct regmap *map = chip->regmap;
+
        regmap_write(map, MAX17042_MLOCKReg1, MODEL_UNLOCK1);
        regmap_write(map, MAX17042_MLOCKReg2, MODEL_UNLOCK2);
 }
@@ -285,6 +286,7 @@ static inline void max17042_write_model_data(struct max17042_chip *chip,
 {
        struct regmap *map = chip->regmap;
        int i;
+
        for (i = 0; i < size; i++)
                regmap_write(map, addr + i,
                        chip->pdata->config_data->cell_char_tbl[i]);