regulator: max8997: Fix checkpatch issue
authorJingoo Han <jg1.han@samsung.com>
Mon, 14 Oct 2013 08:49:11 +0000 (17:49 +0900)
committerMark Brown <broonie@linaro.org>
Tue, 15 Oct 2013 12:23:55 +0000 (13:23 +0100)
Fix the following checkpatch warning.

  WARNING: quoted string split across lines

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/regulator/max8997.c

index df20069..e789b4b 100644 (file)
@@ -690,8 +690,9 @@ static int max8997_set_voltage_buck(struct regulator_dev *rdev,
        if (max8997->ignore_gpiodvs_side_effect == false)
                return -EINVAL;
 
-       dev_warn(&rdev->dev, "MAX8997 GPIO-DVS Side Effect Warning: GPIO SET:"
-                       " %d -> %d\n", max8997->buck125_gpioindex, tmp_idx);
+       dev_warn(&rdev->dev,
+               "MAX8997 GPIO-DVS Side Effect Warning: GPIO SET:  %d -> %d\n",
+               max8997->buck125_gpioindex, tmp_idx);
 
 out:
        if (new_idx < 0 || new_val < 0)