Skip to content

Commit 76bec25

Browse files
krzkbroonie
authored andcommitted
regulator: Fix Kconfig indentation
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent f0a19fa commit 76bec25

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

drivers/regulator/Kconfig

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -841,10 +841,10 @@ config REGULATOR_SKY81452
841841
will be called sky81452-regulator.
842842

843843
config REGULATOR_SLG51000
844-
tristate "Dialog Semiconductor SLG51000 regulators"
845-
depends on I2C
846-
select REGMAP_I2C
847-
help
844+
tristate "Dialog Semiconductor SLG51000 regulators"
845+
depends on I2C
846+
select REGMAP_I2C
847+
help
848848
Say y here to support for the Dialog Semiconductor SLG51000.
849849
The SLG51000 is seven compact and customizable low dropout
850850
regulators.

0 commit comments

Comments
 (0)