Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e113f29c authored by Jules Villard's avatar Jules Villard Committed by Greg Kroah-Hartman
Browse files

USB: fix typo in drivers/usb/gadget/Kconfig



This tiny patch fixes a typo in drivers/usb/gadget/Kconfig. The typo
is present in 2.6.18-rc4 and in the corresponding -mm tree (and AFAIK,
FYI and FWIW was present in previous kernel versions as well).

From: Jules Villard <jvillard@ens-lyon.fr>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 55359021
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ config USB_GADGET
	   you need a low level bus controller driver, and some software
	   talking to it.  Peripheral controllers are often discrete silicon,
	   or are integrated with the CPU in a microcontroller.  The more
	   familiar host side controllers have names like like "EHCI", "OHCI",
	   familiar host side controllers have names like "EHCI", "OHCI",
	   or "UHCI", and are usually integrated into southbridges on PC
	   motherboards.