diff options
author | Michael Prokop <mika@grml.org> | 2009-09-05 02:59:14 +0200 |
---|---|---|
committer | Liam Girdwood <lrg@slimlogic.co.uk> | 2009-09-22 13:32:43 +0100 |
commit | 6f2653e63a4aedf877efbbcdbd4cea7db088bf29 (patch) | |
tree | e3f5ea83b0d40734b537e3c43f760f5cd7d26234 /drivers/regulator/Kconfig | |
parent | a7433cff9ed8e7982de8e0f210f0325d0f3d1949 (diff) | |
download | blackbird-op-linux-6f2653e63a4aedf877efbbcdbd4cea7db088bf29.tar.gz blackbird-op-linux-6f2653e63a4aedf877efbbcdbd4cea7db088bf29.zip |
drivers/regulator/Kconfig: fix typo (s/Usersapce/Userspace/) in REGULATOR_USERSPACE_CONSUMER description
Signed-off-by: Michael Prokop <mika@grml.org>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r-- | drivers/regulator/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index 29910e3a3e41..2b52a4ffcd31 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. |