Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Michael Prokop and committed by
Liam Girdwood
6f2653e6 a7433cff

+1 -1
+1 -1
drivers/regulator/Kconfig
··· 52 52 default n 53 53 help 54 54 There are some classes of devices that are controlled entirely 55 - from user space. Usersapce consumer driver provides ability to 55 + from user space. Userspace consumer driver provides ability to 56 56 control power supplies for such devices. 57 57 58 58 If unsure, say no.