2009-09-05 01:29:54

by Michael Prokop

[permalink] [raw]
Subject: [PATCH] drivers/regulator/Kconfig: fix typo (s/Usersapce/Userspace/) in REGULATOR_USERSPACE_CONSUMER description


Signed-off-by: Michael Prokop <[email protected]>
---
drivers/regulator/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index f431779..4d9fa22 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -52,7 +52,7 @@ config REGULATOR_USERSPACE_CONSUMER
default n
help
There are some classes of devices that are controlled entirely
- from user space. Usersapce consumer driver provides ability to
+ from user space. Userspace consumer driver provides ability to
control power supplies for such devices.

If unsure, say no.
--
1.6.3.3


2009-09-06 05:57:36

by Mike Rapoport

[permalink] [raw]
Subject: Re: [PATCH] drivers/regulator/Kconfig: fix typo (s/Usersapce/Userspace/) in REGULATOR_USERSPACE_CONSUMER description



Michael Prokop wrote:
> Signed-off-by: Michael Prokop <[email protected]>

Acked-by: Mike Rapoport <[email protected]>

> ---
> drivers/regulator/Kconfig | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
> index f431779..4d9fa22 100644
> --- a/drivers/regulator/Kconfig
> +++ b/drivers/regulator/Kconfig
> @@ -52,7 +52,7 @@ config REGULATOR_USERSPACE_CONSUMER
> default n
> help
> There are some classes of devices that are controlled entirely
> - from user space. Usersapce consumer driver provides ability to
> + from user space. Userspace consumer driver provides ability to
> control power supplies for such devices.
>
> If unsure, say no.

--
Sincerely yours,
Mike.

2009-09-07 10:09:08

by Liam Girdwood

[permalink] [raw]
Subject: Re: [PATCH] drivers/regulator/Kconfig: fix typo (s/Usersapce/Userspace/) in REGULATOR_USERSPACE_CONSUMER description

On Sat, 2009-09-05 at 02:59 +0200, Michael Prokop wrote:
> Signed-off-by: Michael Prokop <[email protected]>
> ---
> drivers/regulator/Kconfig | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
> index f431779..4d9fa22 100644
> --- a/drivers/regulator/Kconfig
> +++ b/drivers/regulator/Kconfig
> @@ -52,7 +52,7 @@ config REGULATOR_USERSPACE_CONSUMER
> default n
> help
> There are some classes of devices that are controlled entirely
> - from user space. Usersapce consumer driver provides ability to
> + from user space. Userspace consumer driver provides ability to
> control power supplies for such devices.
>
> If unsure, say no.

Applied.

Thanks

Liam