Skip to content

Commit 16863fb

Browse files
tititiou36Jiri Kosina
authored andcommitted
HID: fix typo in Kconfig
Fix 2 typos: s/Uninterruptable/Uninterruptible/ s/should't/shouldn't/ Signed-off-by: Christophe JAILLET <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent c101e9b commit 16863fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/hid/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ config HIDRAW
4242
---help---
4343
Say Y here if you want to support HID devices (from the USB
4444
specification standpoint) that aren't strictly user interface
45-
devices, like monitor controls and Uninterruptable Power Supplies.
45+
devices, like monitor controls and Uninterruptible Power Supplies.
4646

4747
This module supports these devices separately using a separate
4848
event interface on /dev/hidraw.
@@ -1140,7 +1140,7 @@ config HID_SENSOR_CUSTOM_SENSOR
11401140
to decide how to interpret these special sensor ids and process in
11411141
the user space. Currently some manufacturers are using these ids for
11421142
sensor calibration and debugging other sensors. Manufacturers
1143-
should't use these special custom sensor ids to export any of the
1143+
shouldn't use these special custom sensor ids to export any of the
11441144
standard sensors.
11451145
Select this config option for custom/generic sensor support.
11461146

0 commit comments

Comments
 (0)