aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/legacy
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2015-12-13 15:26:11 +0900
committerJiri Kosina <jkosina@suse.cz>2016-02-15 11:18:22 +0100
commitfc4fa6e112c0f999fab022a4eb7f6614bb47c7ab (patch)
tree45485a5a653f990012e16aba0acadf287e8e6957 /drivers/usb/gadget/legacy
parentfloppy: make local variable non-static (diff)
downloadlinux-dev-fc4fa6e112c0f999fab022a4eb7f6614bb47c7ab.tar.xz
linux-dev-fc4fa6e112c0f999fab022a4eb7f6614bb47c7ab.zip
treewide: Fix typo in printk
This patch fix spelling typos found in printk and Kconfig. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/usb/gadget/legacy')
-rw-r--r--drivers/usb/gadget/legacy/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/usb/gadget/legacy/Kconfig b/drivers/usb/gadget/legacy/Kconfig
index 4d682ad7bf23..fb1cdd9af472 100644
--- a/drivers/usb/gadget/legacy/Kconfig
+++ b/drivers/usb/gadget/legacy/Kconfig
@@ -103,8 +103,7 @@ config USB_ETH
- CDC Ethernet Emulation Model (EEM) is a newer standard that has
a simpler interface that can be used by more USB hardware.
- RNDIS support is an additional option, more demanding than than
- subset.
+ RNDIS support is an additional option, more demanding than subset.
Within the USB device, this gadget driver exposes a network device
"usbX", where X depends on what other networking devices you have.