提交 50641056 编写于 作者: T Thierry Reding 提交者: Greg Kroah-Hartman

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 2e0d737f ("kconfig:
don't silently ignore unhandled characters") exposes this by warning
about unhandled characters.
Signed-off-by: NThierry Reding <treding@nvidia.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 df0c6ea8
...@@ -13,7 +13,7 @@ if USB_DWC3 ...@@ -13,7 +13,7 @@ if USB_DWC3
config USB_DWC3_ULPI config USB_DWC3_ULPI
bool "Register ULPI PHY Interface" bool "Register ULPI PHY Interface"
depends on USB_ULPI_BUS=y || USB_ULPI_BUS=USB_DWC3 depends on USB_ULPI_BUS=y || USB_ULPI_BUS=USB_DWC3
help help
Select this if you have ULPI type PHY attached to your DWC3 Select this if you have ULPI type PHY attached to your DWC3
controller. controller.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册