From: Brian Norris Date: Tue, 10 Jun 2014 21:35:36 +0000 (-0700) Subject: HID: Kconfig: drop remove Unicode non-breaking space from Kconfig X-Git-Tag: cleanup-for-v3.18~99^2~7 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2c76a8bad2fbeafcfb80aa749212b4b16e60257;p=pandora-kernel.git 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 Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed