浏览代码

net: fix typo in drivers/net/usb/Kconfig

Replace invisible character with a space.

The diff looks like this on my terminal:
-        <A0>Choose this option if you're using a host-to-host cable
-        <A0>with one of these chips.
+         Choose this option if you're using a host-to-host cable
+         with one of these chips.

Reported by: Massimo Maiurana <maiurana@gmail.com>

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Cc: Massimo Maiurana <maiurana@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Sam Ravnborg 18 年之前
父节点
当前提交
c0811987c6
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      drivers/net/usb/Kconfig

+ 2 - 2
drivers/net/usb/Kconfig

@@ -313,8 +313,8 @@ config USB_KC2190
 	boolean "KT Technology KC2190 based cables (InstaNet)"
 	boolean "KT Technology KC2190 based cables (InstaNet)"
 	depends on USB_NET_CDC_SUBSET && EXPERIMENTAL
 	depends on USB_NET_CDC_SUBSET && EXPERIMENTAL
 	help
 	help
-	  Choose this option if you're using a host-to-host cable
-	  with one of these chips.
+	  Choose this option if you're using a host-to-host cable
+	  with one of these chips.
 
 
 config USB_NET_ZAURUS
 config USB_NET_ZAURUS
 	tristate "Sharp Zaurus (stock ROMs) and compatible"
 	tristate "Sharp Zaurus (stock ROMs) and compatible"