From: Peter Meerwald Date: Sat, 18 Aug 2012 13:53:12 +0000 (+0200) Subject: usb host: fix spelling of provides in Kconfig X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=898d828b8b37c9f8f3d618d28d40109c275efa36;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git usb host: fix spelling of provides in Kconfig Signed-off-by: Peter Meerwald Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index c3f619b1f598..bef820a225e2 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig @@ -418,7 +418,7 @@ config USB_OHCI_HCD_PLATFORM default n ---help--- Adds an OHCI host driver for a generic platform device, which - provieds a memory space and an irq. + provides a memory space and an irq. If unsure, say N. @@ -428,7 +428,7 @@ config USB_EHCI_HCD_PLATFORM default n ---help--- Adds an EHCI host driver for a generic platform device, which - provieds a memory space and an irq. + provides a memory space and an irq. If unsure, say N.