diff mbox series

USB: host: Kconfig: Fix spelling mistake "firwmare" -> "firmware"

Message ID 20221007203210.2756505-1-colin.i.king@gmail.com (mailing list archive)
State Accepted
Commit 4e74b483a3ce87e173634ba238a84b7fe404061b
Headers show
Series USB: host: Kconfig: Fix spelling mistake "firwmare" -> "firmware" | expand

Commit Message

Colin Ian King Oct. 7, 2022, 8:32 p.m. UTC
There is a spelling mistake in a Kconfig description. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 drivers/usb/host/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
index 247568bc17a2..8e8db71021a5 100644
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -47,7 +47,7 @@  config USB_XHCI_PCI_RENESAS
 	tristate "Support for additional Renesas xHCI controller with firmware"
 	help
 	  Say 'Y' to enable the support for the Renesas xHCI controller with
-	  firmware. Make sure you have the firwmare for the device and
+	  firmware. Make sure you have the firmware for the device and
 	  installed on your system for this device to work.
 	  If unsure, say 'N'.