projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61e6cfa
)
regulator: tps6105x: Fix checkpatch issue
author
Jingoo Han
<jg1.han@samsung.com>
Mon, 14 Oct 2013 08:51:51 +0000
(17:51 +0900)
committer
Mark 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/regulator/tps6105x-regulator.c
b/drivers/regulator/tps6105x-regulator.c
index ec9453ffb77fd561ec1c2d6c3591b7302bc16b5f..3346e78fb960d3f8c222672509453d46ca6f2cda 100644
(file)
--- 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;
}