From: Jules Villard Date: Tue, 22 Aug 2006 20:40:15 +0000 (+0200) Subject: USB: fix typo in drivers/usb/gadget/Kconfig X-Git-Tag: v2.6.19-rc1~899^2~49 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=e113f29c902f0f4bbfa5370c380e5927e6e78f8e;p=~emulex%2Finfiniband.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig index 4301e96c417..8e5dd6f29d0 100644 --- a/drivers/usb/gadget/Kconfig +++ b/drivers/usb/gadget/Kconfig @@ -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.