projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61e6cfa
)
regulator: tps65023: Fix checkpatch issue
author
Jingoo Han
<jg1.han@samsung.com>
Mon, 14 Oct 2013 08:52:45 +0000
(17:52 +0900)
committer
Mark Brown
<broonie@linaro.org>
Tue, 15 Oct 2013 12:36:05 +0000
(13:36 +0100)
Fix the following checkpatch warning.
WARNING: line over 80 characters
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/regulator/tps65023-regulator.c
patch
|
blob
|
history
diff --git
a/drivers/regulator/tps65023-regulator.c
b/drivers/regulator/tps65023-regulator.c
index
a15263d
..
f6e3982
100644
(file)
--- a/
drivers/regulator/tps65023-regulator.c
+++ b/
drivers/regulator/tps65023-regulator.c
@@
-293,7
+293,8
@@
static int tps_65023_probe(struct i2c_client *client,
/* Enable setting output voltage by I2C */
regmap_update_bits(tps->regmap, TPS65023_REG_CON_CTRL2,
- TPS65023_REG_CTRL2_CORE_ADJ, TPS65023_REG_CTRL2_CORE_ADJ);
+ TPS65023_REG_CTRL2_CORE_ADJ,
+ TPS65023_REG_CTRL2_CORE_ADJ);
return 0;