Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

There is a spelling mistake in a Kconfig description. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Link: https://lore.kernel.org/r/20221007203210.2756505-1-colin.i.king@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Colin Ian King and committed by
Greg Kroah-Hartman
4e74b483 90732f17

+1 -1
+1 -1
drivers/usb/host/Kconfig
··· 47 47 tristate "Support for additional Renesas xHCI controller with firmware" 48 48 help 49 49 Say 'Y' to enable the support for the Renesas xHCI controller with 50 - firmware. Make sure you have the firwmare for the device and 50 + firmware. Make sure you have the firmware for the device and 51 51 installed on your system for this device to work. 52 52 If unsure, say 'N'. 53 53