diff options
| author | Colin Ian King <colin.king@canonical.com> | 2020-06-18 10:32:24 +0100 | 
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-06-18 16:03:46 +0200 | 
| commit | cda37dbbf17a3a49d434bd1c85eff762faebf3ef (patch) | |
| tree | 7ea715b0b8dbe3c771c11004e993c83efb812676 /drivers/usb/host/Kconfig | |
| parent | e9ec6cc74e0add3d4f27348fc93ba9d0a705d75e (diff) | |
| download | linux-cda37dbbf17a3a49d434bd1c85eff762faebf3ef.tar.bz2 | |
usb: xhci: fix spelling mistake in Kconfig "firwmare" -> "firmware"
There are two spelling mistakes in the Kconfig text. Fix these.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Link: https://lore.kernel.org/r/20200618093224.10179-1-colin.king@canonical.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/Kconfig')
| -rw-r--r-- | drivers/usb/host/Kconfig | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index 1cb3004ea7b2..ab12c4bf0ef1 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig @@ -44,10 +44,10 @@ config USB_XHCI_PCI  	default y  config USB_XHCI_PCI_RENESAS -	tristate "Support for additional Renesas xHCI controller with firwmare" +	tristate "Support for additional Renesas xHCI controller with firmware"  	help  	  Say 'Y' to enable the support for the Renesas xHCI controller with -	  firwmare. Make sure you have the firwmare for the device and +	  firmware. Make sure you have the firwmare for the device and  	  installed on your system for this device to work.  	  If unsure, say 'N'. |