From: Mark Brown Date: Thu, 26 Jul 2012 14:50:49 +0000 (+0100) Subject: regulator: core: Clarify grammar for dummy help text X-Git-Tag: next-20120816~42^2~7^3~3 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4f842f6ba644a8e2360441aa73580373dbc3eb95;p=karo-tx-linux.git regulator: core: Clarify grammar for dummy help text Too many thens in the if...then clause. Reported-by: Michael Jones Signed-off-by: Mark Brown --- 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 help If this option is enabled then when a regulator lookup fails and the board has not specified that it has provided full - constraints then the regulator core will provide an always - enabled dummy regulator will be provided, allowing consumer - drivers to continue. + constraints the regulator core will provide an always + enabled dummy regulator, allowing consumer drivers to continue. A warning will be generated when this substitution is done.