projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0a19fa
)
regulator: Fix Kconfig indentation
author
Krzysztof Kozlowski
<krzk@kernel.org>
Wed, 20 Nov 2019 13:39:49 +0000
(21:39 +0800)
committer
Mark Brown
<broonie@kernel.org>
Wed, 20 Nov 2019 17:10:58 +0000
(17:10 +0000)
Adjust indentation from spaces to tab (+optional two spaces) as in
coding style with command like:
$ sed -e 's/^ /\t/' -i */Kconfig
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Link:
https://lore.kernel.org/r/20191120133949.13996-1-krzk@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/regulator/Kconfig
b/drivers/regulator/Kconfig
index
3ee6353
..
74eb5af
100644
(file)
--- a/
drivers/regulator/Kconfig
+++ b/
drivers/regulator/Kconfig
@@
-841,10
+841,10
@@
config REGULATOR_SKY81452
will be called sky81452-regulator.
config REGULATOR_SLG51000
-
tristate "Dialog Semiconductor SLG51000 regulators"
-
depends on I2C
-
select REGMAP_I2C
-
help
+ tristate "Dialog Semiconductor SLG51000 regulators"
+ depends on I2C
+ select REGMAP_I2C
+ help
Say y here to support for the Dialog Semiconductor SLG51000.
The SLG51000 is seven compact and customizable low dropout
regulators.