commit | 50641056d833813b71b0ad51823f7ded8dd62e7f | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Fri Jun 12 15:16:21 2015 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Jun 12 17:42:31 2015 -0700 |
tree | 4a52c392d59a65ef0896203e4525b838bd87cb76 | |
parent | df0c6ea853e3a865ddd2ab2d5bfd82fc27845736 [diff] |
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 <treding@nvidia.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>