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

regulator: act8945a-regulator: fix line over 80 chars warning

Fix line over 80 chars checkpatch.pl warning.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Claudiu Beznea and committed by
Mark Brown
03ffbf9c 7482d6ec

+2 -1
+2 -1
drivers/regulator/act8945a-regulator.c
··· 310 310 config.dev->of_node = pdev->dev.parent->of_node; 311 311 config.driver_data = act8945a; 312 312 for (i = 0; i < num_regulators; i++) { 313 - rdev = devm_regulator_register(&pdev->dev, &regulators[i], &config); 313 + rdev = devm_regulator_register(&pdev->dev, &regulators[i], 314 + &config); 314 315 if (IS_ERR(rdev)) { 315 316 dev_err(&pdev->dev, 316 317 "failed to register %s regulator\n",