diff options
author | Colin Ian King <colin.king@canonical.com> | 2021-07-19 11:27:31 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2021-07-28 11:41:57 +0200 |
commit | 0818ec1f508fc3b8e957f6c7f77b988c5bc24da7 (patch) | |
tree | 7b5165badc97fb69fdf0575282974ca3627511d5 /drivers/hid | |
parent | ebe0b42a4252333aa4af60fd4d11b69405aa6068 (diff) |
HID: Kconfig: Fix spelling mistake "Uninterruptable" -> "Uninterruptible"
There is a spelling mistake in the Kconfig text. Fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid')
-rw-r--r-- | drivers/hid/usbhid/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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). |