From: Thierry Reding Date: Fri, 12 Jun 2015 13:16:21 +0000 (+0200) Subject: usb: dwc3: Use ASCII space in Kconfig X-Git-Tag: omap-for-v4.2/fixes-rc1^2~90^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50641056d833813b71b0ad51823f7ded8dd62e7f;p=pandora-kernel.git usb: dwc3: Use ASCII space in Kconfig The USB_DWC3_ULPI Kconfig entry uses a UTF-8 non-breaking space (0xca20) instead of a regular ASCII space (0x20). Commit 2e0d737fc76f ("kconfig: don't silently ignore unhandled characters") exposes this by warning about unhandled characters. Signed-off-by: Thierry Reding Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed