aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
diff options
context:
space:
mode:
authorMichael Prokop <mika@grml.org>2010-09-06 03:53:48 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-10-22 13:21:29 -0400
commiteabf0f5f09b1f1538d22c14aa0a703c11791bd1e (patch)
treecc447ec296a1c9ea9f9ad34884a2a030f6d98159 /drivers/usb/gadget
parentd8087427ccefc0b3364735b96274375246fd452c (diff)
USB: Kconfig: fix typos in USB_FUNCTIONFS* description
It's spelled "Function Filesystem" / "FunctionFS". This patch fixes some typos (FunctioFS->FunctionFS, Funcion->Function, funcion->function, redundant "as") in the Kconfig description of USB_FUNCTIONFS*. Signed-off-by: Michael Prokop <mika@grml.org> Acked-by: Michal Nazarewicz <m.nazarewicz@samsung.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/gadget')
-rw-r--r--drivers/usb/gadget/Kconfig10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig
index cd27f9bde2c8..fab765d387b8 100644
--- a/drivers/usb/gadget/Kconfig
+++ b/drivers/usb/gadget/Kconfig
@@ -716,8 +716,8 @@ config USB_FUNCTIONFS
716 depends on EXPERIMENTAL 716 depends on EXPERIMENTAL
717 select USB_FUNCTIONFS_GENERIC if !(USB_FUNCTIONFS_ETH || USB_FUNCTIONFS_RNDIS) 717 select USB_FUNCTIONFS_GENERIC if !(USB_FUNCTIONFS_ETH || USB_FUNCTIONFS_RNDIS)
718 help 718 help
719 The Function Filesystem (FunctioFS) lets one create USB 719 The Function Filesystem (FunctionFS) lets one create USB
720 composite functions in user space in the same way as GadgetFS 720 composite functions in user space in the same way GadgetFS
721 lets one create USB gadgets in user space. This allows creation 721 lets one create USB gadgets in user space. This allows creation
722 of composite gadgets such that some of the functions are 722 of composite gadgets such that some of the functions are
723 implemented in kernel space (for instance Ethernet, serial or 723 implemented in kernel space (for instance Ethernet, serial or
@@ -733,14 +733,14 @@ config USB_FUNCTIONFS_ETH
733 bool "Include configuration with CDC ECM (Ethernet)" 733 bool "Include configuration with CDC ECM (Ethernet)"
734 depends on USB_FUNCTIONFS && NET 734 depends on USB_FUNCTIONFS && NET
735 help 735 help
736 Include a configuration with CDC ECM funcion (Ethernet) and the 736 Include a configuration with CDC ECM function (Ethernet) and the
737 Funcion Filesystem. 737 Function Filesystem.
738 738
739config USB_FUNCTIONFS_RNDIS 739config USB_FUNCTIONFS_RNDIS
740 bool "Include configuration with RNDIS (Ethernet)" 740 bool "Include configuration with RNDIS (Ethernet)"
741 depends on USB_FUNCTIONFS && NET 741 depends on USB_FUNCTIONFS && NET
742 help 742 help
743 Include a configuration with RNDIS funcion (Ethernet) and the Filesystem. 743 Include a configuration with RNDIS function (Ethernet) and the Filesystem.
744 744
745config USB_FUNCTIONFS_GENERIC 745config USB_FUNCTIONFS_GENERIC
746 bool "Include 'pure' configuration" 746 bool "Include 'pure' configuration"