]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
regulator: tps6105x: Fix checkpatch issue
authorJingoo Han <jg1.han@samsung.com>
Mon, 14 Oct 2013 08:51:51 +0000 (17:51 +0900)
committerMark Brown <broonie@linaro.org>
Tue, 15 Oct 2013 12:26:57 +0000 (13:26 +0100)
Fix the following checkpatch warning.

  WARNING: unnecessary whitespace before a quoted newline

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/regulator/tps6105x-regulator.c

index ec9453ffb77fd561ec1c2d6c3591b7302bc16b5f..3346e78fb960d3f8c222672509453d46ca6f2cda 100644 (file)
@@ -137,7 +137,7 @@ static int tps6105x_regulator_probe(struct platform_device *pdev)
        /* This instance is not set for regulator mode so bail out */
        if (pdata->mode != TPS6105X_MODE_VOLTAGE) {
                dev_info(&pdev->dev,
-                        "chip not in voltage mode mode, exit probe \n");
+                       "chip not in voltage mode mode, exit probe\n");
                return 0;
        }