aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Norris <computersforpeace@gmail.com>2014-06-10 17:35:36 -0400
committerJiri Kosina <jkosina@suse.cz>2014-06-11 04:50:21 -0400
commite2c76a8bad2fbeafcfb80aa749212b4b16e60257 (patch)
treeb51e39fa3733e097f738cce0522c0d282dcfdb94
parent81ba992689ce1ab223e1df7673d4bab1e257ba11 (diff)
HID: Kconfig: drop remove Unicode non-breaking space from Kconfig
There is a UTF-8 non-breaking space character (0xc2 0xa0) after the "Y" in "Say Y here". This is probably not intentional. Replace it with a standard ASCII space (0x20). If you can't see a difference here, I don't blame you :) Signed-off-by: Brian Norris <computersforpeace@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r--drivers/hid/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index 800c8b60f7a2..08c9693e6f83 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -785,7 +785,7 @@ config HID_XINMO
785 depends on HID 785 depends on HID
786 ---help--- 786 ---help---
787 Support for Xin-Mo devices that are not fully compliant with the HID 787 Support for Xin-Mo devices that are not fully compliant with the HID
788 standard. Currently only supports the Xin-Mo Dual Arcade. Say Y here 788 standard. Currently only supports the Xin-Mo Dual Arcade. Say Y here
789 if you have a Xin-Mo Dual Arcade controller. 789 if you have a Xin-Mo Dual Arcade controller.
790 790
791config HID_ZEROPLUS 791config HID_ZEROPLUS