Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

power: max17042_battery: add missed blank

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>

authored by

Beomho Seo and committed by
Sebastian Reichel
bbaeeaaf 709c2c70

+2
+2
drivers/power/max17042_battery.c
··· 268 268 static inline void max10742_unlock_model(struct max17042_chip *chip) 269 269 { 270 270 struct regmap *map = chip->regmap; 271 + 271 272 regmap_write(map, MAX17042_MLOCKReg1, MODEL_UNLOCK1); 272 273 regmap_write(map, MAX17042_MLOCKReg2, MODEL_UNLOCK2); 273 274 } ··· 286 285 { 287 286 struct regmap *map = chip->regmap; 288 287 int i; 288 + 289 289 for (i = 0; i < size; i++) 290 290 regmap_write(map, addr + i, 291 291 chip->pdata->config_data->cell_char_tbl[i]);