kernel-janitors.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] usb: xhci: fix spelling mistake in Kconfig "firwmare" -> "firmware"
@ 2020-06-03 12:11 Colin King
  2020-06-03 12:15 ` NAK: " Colin Ian King
  2020-06-18  8:40 ` Greg Kroah-Hartman
  0 siblings, 2 replies; 4+ messages in thread
From: Colin King @ 2020-06-03 12:11 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Krzysztof Kozlowski, linux-usb
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

There are two spelling mistakes in the Kconfig text. Fix these.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 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'.
 
-- 
2.25.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* NAK: [PATCH][next] usb: xhci: fix spelling mistake in Kconfig "firwmare" -> "firmware"
  2020-06-03 12:11 [PATCH][next] usb: xhci: fix spelling mistake in Kconfig "firwmare" -> "firmware" Colin King
@ 2020-06-03 12:15 ` Colin Ian King
  2020-06-03 12:20   ` Colin Ian King
  2020-06-18  8:40 ` Greg Kroah-Hartman
  1 sibling, 1 reply; 4+ messages in thread
From: Colin Ian King @ 2020-06-03 12:15 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Krzysztof Kozlowski, linux-usb
  Cc: kernel-janitors, linux-kernel

On 03/06/2020 13:11, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> There are two spelling mistakes in the Kconfig text. Fix these.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: NAK: [PATCH][next] usb: xhci: fix spelling mistake in Kconfig "firwmare" -> "firmware"
  2020-06-03 12:15 ` NAK: " Colin Ian King
@ 2020-06-03 12:20   ` Colin Ian King
  0 siblings, 0 replies; 4+ messages in thread
From: Colin Ian King @ 2020-06-03 12:20 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Krzysztof Kozlowski, linux-usb
  Cc: kernel-janitors, linux-kernel

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@canonical.com>
>>
>> There are two spelling mistakes in the Kconfig text. Fix these.
>>
>> Signed-off-by: Colin Ian King <colin.king@canonical.com>
>> ---
>>  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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH][next] usb: xhci: fix spelling mistake in Kconfig "firwmare" -> "firmware"
  2020-06-03 12:11 [PATCH][next] usb: xhci: fix spelling mistake in Kconfig "firwmare" -> "firmware" Colin King
  2020-06-03 12:15 ` NAK: " Colin Ian King
@ 2020-06-18  8:40 ` Greg Kroah-Hartman
  1 sibling, 0 replies; 4+ messages in thread
From: Greg Kroah-Hartman @ 2020-06-18  8:40 UTC (permalink / raw)
  To: Colin King; +Cc: Krzysztof Kozlowski, linux-usb, kernel-janitors, linux-kernel

On Wed, Jun 03, 2020 at 01:11:52PM +0100, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> There are two spelling mistakes in the Kconfig text. Fix these.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  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'.
>  
> -- 
> 2.25.1
> 

Does not apply to my tree :(

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-06-18  8:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-03 12:11 [PATCH][next] usb: xhci: fix spelling mistake in Kconfig "firwmare" -> "firmware" Colin King
2020-06-03 12:15 ` NAK: " Colin Ian King
2020-06-03 12:20   ` Colin Ian King
2020-06-18  8:40 ` Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).