提交 eabf0f5f 编写于 作者: M Michael Prokop 提交者: Greg Kroah-Hartman

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: NMichael Prokop <mika@grml.org>
Acked-by: NMichal Nazarewicz <m.nazarewicz@samsung.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 d8087427
...@@ -716,8 +716,8 @@ config USB_FUNCTIONFS ...@@ -716,8 +716,8 @@ config USB_FUNCTIONFS
depends on EXPERIMENTAL depends on EXPERIMENTAL
select USB_FUNCTIONFS_GENERIC if !(USB_FUNCTIONFS_ETH || USB_FUNCTIONFS_RNDIS) select USB_FUNCTIONFS_GENERIC if !(USB_FUNCTIONFS_ETH || USB_FUNCTIONFS_RNDIS)
help help
The Function Filesystem (FunctioFS) lets one create USB The Function Filesystem (FunctionFS) lets one create USB
composite functions in user space in the same way as GadgetFS composite functions in user space in the same way GadgetFS
lets one create USB gadgets in user space. This allows creation lets one create USB gadgets in user space. This allows creation
of composite gadgets such that some of the functions are of composite gadgets such that some of the functions are
implemented in kernel space (for instance Ethernet, serial or implemented in kernel space (for instance Ethernet, serial or
...@@ -733,14 +733,14 @@ config USB_FUNCTIONFS_ETH ...@@ -733,14 +733,14 @@ config USB_FUNCTIONFS_ETH
bool "Include configuration with CDC ECM (Ethernet)" bool "Include configuration with CDC ECM (Ethernet)"
depends on USB_FUNCTIONFS && NET depends on USB_FUNCTIONFS && NET
help help
Include a configuration with CDC ECM funcion (Ethernet) and the Include a configuration with CDC ECM function (Ethernet) and the
Funcion Filesystem. Function Filesystem.
config USB_FUNCTIONFS_RNDIS config USB_FUNCTIONFS_RNDIS
bool "Include configuration with RNDIS (Ethernet)" bool "Include configuration with RNDIS (Ethernet)"
depends on USB_FUNCTIONFS && NET depends on USB_FUNCTIONFS && NET
help help
Include a configuration with RNDIS funcion (Ethernet) and the Filesystem. Include a configuration with RNDIS function (Ethernet) and the Filesystem.
config USB_FUNCTIONFS_GENERIC config USB_FUNCTIONFS_GENERIC
bool "Include 'pure' configuration" bool "Include 'pure' configuration"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册