From: Geert Uytterhoeven Date: Mon, 27 May 2019 12:25:32 +0000 (+0200) Subject: HID: fix Kconfig word ordering X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ad81d1c8799e521cbb17aecea5510a8197f26711;p=linux.git HID: fix Kconfig word ordering Fix a silly word ordering typo. Fixes: 42337b9d4d958daa ("HID: add driver for U2F Zero built-in LED and RNG") Signed-off-by: Geert Uytterhoeven Signed-off-by: Jiri Kosina --- diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 494a39e749399..5d1b77db6dc2a 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -1039,7 +1039,7 @@ config HID_U2FZERO U2F Zero only supports blinking its LED, so this driver doesn't allow setting the brightness to anything but 1, which will - trigger a single blink and immediately reset to back 0. + trigger a single blink and immediately reset back to 0. config HID_WACOM tristate "Wacom Intuos/Graphire tablet support (USB)"