Re: NAK: [PATCH][next] usb: xhci: fix spelling mistake in Kconfig "firwmare" -> "firmware"

From: Colin Ian King
Date: Wed Jun 03 2020 - 08:20:36 EST


On 03/06/2020 13:15, Colin Ian King wrote:
> On 03/06/2020 13:11, Colin King wrote:
>> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>>
>> There are two spelling mistakes in the Kconfig text. Fix these.
>>
>> Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>> ---
>> drivers/usb/host/Kconfig | 4 ++--
>> 1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
>> index 62c348062e48..5f4b6c71392c 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'.
>>
>>
> Spotted one more, I'll send a V2
>
Please ignore the NAK, I was looking at the wrong file, doh. The
original patch is fine.

Colin