diff options
author | Jingoo Han <jg1.han@samsung.com> | 2013-10-14 17:51:51 +0900 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-10-15 13:26:57 +0100 |
commit | 4932e89d75f7b946d2f03a0157b8b9f6a0e12e10 (patch) | |
tree | 6094bb725ce3618154ab90d64fe4b973760069aa /drivers/regulator/tps6105x-regulator.c | |
parent | 61e6cfa80de5760bbe406f4e815b7739205754d2 (diff) | |
download | linux-4932e89d75f7b946d2f03a0157b8b9f6a0e12e10.tar.bz2 |
regulator: tps6105x: Fix checkpatch issue
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>
Diffstat (limited to 'drivers/regulator/tps6105x-regulator.c')
-rw-r--r-- | drivers/regulator/tps6105x-regulator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/tps6105x-regulator.c b/drivers/regulator/tps6105x-regulator.c index ec9453ffb77f..3346e78fb960 100644 --- a/drivers/regulator/tps6105x-regulator.c +++ b/drivers/regulator/tps6105x-regulator.c @@ -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; } |