diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-07-26 10:50:49 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-08-03 18:24:24 -0400 |
commit | 4f842f6ba644a8e2360441aa73580373dbc3eb95 (patch) | |
tree | 9bef9f2d093c0c6832ed74ccdad4465f2f552b6a /drivers/regulator/Kconfig | |
parent | 0d7614f09c1ebdbaa1599a5aba7593f147bf96ee (diff) |
regulator: core: Clarify grammar for dummy help text
Too many thens in the if...then clause.
Reported-by: Michael Jones <michael.jones@matrix-vision.de>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r-- | drivers/regulator/Kconfig | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index 4e932cc695e9..17c41ad771c0 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig | |||
@@ -33,9 +33,8 @@ config REGULATOR_DUMMY | |||
33 | help | 33 | help |
34 | If this option is enabled then when a regulator lookup fails | 34 | If this option is enabled then when a regulator lookup fails |
35 | and the board has not specified that it has provided full | 35 | and the board has not specified that it has provided full |
36 | constraints then the regulator core will provide an always | 36 | constraints the regulator core will provide an always |
37 | enabled dummy regulator will be provided, allowing consumer | 37 | enabled dummy regulator, allowing consumer drivers to continue. |
38 | drivers to continue. | ||
39 | 38 | ||
40 | A warning will be generated when this substitution is done. | 39 | A warning will be generated when this substitution is done. |
41 | 40 | ||