2010-01-26 04:14:41

by Alex Chiang

[permalink] [raw]
Subject: [PATCH] regulator: trivial: fix typos in user-visible Kconfig text

Fix Kconfig text for some Wolfson Micro devices.

Cc: Mark Brown <[email protected]>
Signed-off-by: Alex Chiang <[email protected]>
---
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index 262f62e..c565e0d 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -91,14 +91,14 @@ config REGULATOR_WM831X
of PMIC devices.

config REGULATOR_WM8350
- tristate "Wolfson Microelectroncis WM8350 AudioPlus PMIC"
+ tristate "Wolfson Microelectronics WM8350 AudioPlus PMIC"
depends on MFD_WM8350
help
This driver provides support for the voltage and current regulators
of the WM8350 AudioPlus PMIC.

config REGULATOR_WM8400
- tristate "Wolfson Microelectroncis WM8400 AudioPlus PMIC"
+ tristate "Wolfson Microelectronics WM8400 AudioPlus PMIC"
depends on MFD_WM8400
help
This driver provides support for the voltage regulators of the


2010-01-26 09:35:11

by Mark Brown

[permalink] [raw]
Subject: Re: [PATCH] regulator: trivial: fix typos in user-visible Kconfig text

On 26 Jan 2010, at 04:14, Alex Chiang <[email protected]> wrote:

> Fix Kconfig text for some Wolfson Micro devices.
>
> Cc: Mark Brown <[email protected]>
> Signed-off-by: Alex Chiang <[email protected]>

Acked-by: Mark Brown <[email protected]>

> ---
> diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
> index 262f62e..c565e0d 100644
> --- a/drivers/regulator/Kconfig
> +++ b/drivers/regulator/Kconfig
> @@ -91,14 +91,14 @@ config REGULATOR_WM831X
> of PMIC devices.
>
> config REGULATOR_WM8350
> - tristate "Wolfson Microelectroncis WM8350 AudioPlus PMIC"
> + tristate "Wolfson Microelectronics WM8350 AudioPlus PMIC"
> depends on MFD_WM8350
> help
> This driver provides support for the voltage and current
> regulators
> of the WM8350 AudioPlus PMIC.
>
> config REGULATOR_WM8400
> - tristate "Wolfson Microelectroncis WM8400 AudioPlus PMIC"
> + tristate "Wolfson Microelectronics WM8400 AudioPlus PMIC"
> depends on MFD_WM8400
> help
> This driver provides support for the voltage regulators of the

2010-01-26 12:11:48

by Liam Girdwood

[permalink] [raw]
Subject: Re: [PATCH] regulator: trivial: fix typos in user-visible Kconfig text

On Mon, 2010-01-25 at 21:14 -0700, Alex Chiang wrote:
> Fix Kconfig text for some Wolfson Micro devices.
>
> Cc: Mark Brown <[email protected]>
> Signed-off-by: Alex Chiang <[email protected]>

Applied.

Thanks.

Liam