usb: correct trivial typo in drivers/usb/host/Kconfig
authorJesper Dangaard Brouer <brouer@redhat.com>
Fri, 15 Jun 2012 10:01:33 +0000 (12:01 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 15 Jun 2012 22:05:34 +0000 (15:05 -0700)
Correct "Enbale" -> "Enable", in the desc for USB_HCD_BCMA
and USB_HCD_SSB.

Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/Kconfig

index 83e58df29fe3ad32b1a7fc3c27cecc84f4e0a472..18ba33da34ecd28e675cbfb4661d302eae0bb2d1 100644 (file)
@@ -652,7 +652,7 @@ config USB_HCD_BCMA
        select USB_OHCI_HCD_PLATFORM if USB_OHCI_HCD
        select USB_EHCI_HCD_PLATFORM if USB_EHCI_HCD
        help
-         Enbale support for the EHCI and OCHI host controller on an bcma bus.
+         Enable support for the EHCI and OCHI host controller on an bcma bus.
          It converts the bcma driver into two platform device drivers
          for ehci and ohci.
 
@@ -664,7 +664,7 @@ config USB_HCD_SSB
        select USB_OHCI_HCD_PLATFORM if USB_OHCI_HCD
        select USB_EHCI_HCD_PLATFORM if USB_EHCI_HCD
        help
-         Enbale support for the EHCI and OCHI host controller on an bcma bus.
+         Enable support for the EHCI and OCHI host controller on an bcma bus.
          It converts the bcma driver into two platform device drivers
          for ehci and ohci.