Typo in drivers/usb/gadget/Kconfig

From: Jules Villard
Date: Tue Aug 22 2006 - 16:40:29 EST


Hi,

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).

Regards,

Jules
--- linux-2.6.18-rc4/drivers/usb/gadget/Kconfig 2006-08-22 21:39:53.000000000 +0200
+++ onkr/drivers/usb/gadget/Kconfig 2006-08-22 21:44:23.000000000 +0200
@@ -26,7 +26,7 @@
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.