From: Michael Prokop Date: Sat, 5 Sep 2009 00:59:14 +0000 (+0200) Subject: drivers/regulator/Kconfig: fix typo (s/Usersapce/Userspace/) in REGULATOR_USERSPACE_C... X-Git-Tag: v2.6.32-rc1~164^2~8 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=6f2653e63a4aedf877efbbcdbd4cea7db088bf29;p=linux-2.6-block.git drivers/regulator/Kconfig: fix typo (s/Usersapce/Userspace/) in REGULATOR_USERSPACE_CONSUMER description Signed-off-by: Michael Prokop Signed-off-by: Liam Girdwood --- 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.