Skip to content

Commit ad81d1c

Browse files
geertuJiri Kosina
authored andcommitted
HID: fix Kconfig word ordering
Fix a silly word ordering typo. Fixes: 42337b9 ("HID: add driver for U2F Zero built-in LED and RNG") Signed-off-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent c84716c commit ad81d1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/hid/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1039,7 +1039,7 @@ config HID_U2FZERO
10391039

10401040
U2F Zero only supports blinking its LED, so this driver doesn't
10411041
allow setting the brightness to anything but 1, which will
1042-
trigger a single blink and immediately reset to back 0.
1042+
trigger a single blink and immediately reset back to 0.
10431043

10441044
config HID_WACOM
10451045
tristate "Wacom Intuos/Graphire tablet support (USB)"

0 commit comments

Comments
 (0)