浏览代码

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>
Michael Prokop 16 年之前
父节点
当前提交
6f2653e63a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/regulator/Kconfig

+ 1 - 1
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.