diff mbox series

USB HID: Fix spelling mistake "Uninterruptable" -> "Uninterruptible"

Message ID 20210719102731.15107-1-colin.king@canonical.com (mailing list archive)
State Mainlined
Commit 0818ec1f508fc3b8e957f6c7f77b988c5bc24da7
Delegated to: Jiri Kosina
Headers show
Series USB HID: Fix spelling mistake "Uninterruptable" -> "Uninterruptible" | expand

Commit Message

Colin King July 19, 2021, 10:27 a.m. UTC
From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in the Kconfig text. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/hid/usbhid/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jiri Kosina July 28, 2021, 9:42 a.m. UTC | #1
On Mon, 19 Jul 2021, Colin King wrote:

> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a spelling mistake in the Kconfig text. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  drivers/hid/usbhid/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/hid/usbhid/Kconfig b/drivers/hid/usbhid/Kconfig
> index dcf3a235870f..7c2032f7f44d 100644
> --- a/drivers/hid/usbhid/Kconfig
> +++ b/drivers/hid/usbhid/Kconfig
> @@ -38,7 +38,7 @@ config USB_HIDDEV
>  	help
>  	  Say Y here if you want to support HID devices (from the USB
>  	  specification standpoint) that aren't strictly user interface
> -	  devices, like monitor controls and Uninterruptable Power Supplies.
> +	  devices, like monitor controls and Uninterruptible Power Supplies.
>  
>  	  This module supports these devices separately using a separate
>  	  event interface on /dev/usb/hiddevX (char 180:96 to 180:111).

Applied, thanks.
diff mbox series

Patch

diff --git a/drivers/hid/usbhid/Kconfig b/drivers/hid/usbhid/Kconfig
index dcf3a235870f..7c2032f7f44d 100644
--- a/drivers/hid/usbhid/Kconfig
+++ b/drivers/hid/usbhid/Kconfig
@@ -38,7 +38,7 @@  config USB_HIDDEV
 	help
 	  Say Y here if you want to support HID devices (from the USB
 	  specification standpoint) that aren't strictly user interface
-	  devices, like monitor controls and Uninterruptable Power Supplies.
+	  devices, like monitor controls and Uninterruptible Power Supplies.
 
 	  This module supports these devices separately using a separate
 	  event interface on /dev/usb/hiddevX (char 180:96 to 180:111).