Skip to content

Commit

Permalink
net: fix typo in drivers/net/usb/Kconfig
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sam Ravnborg authored and Jeff Garzik committed Jun 9, 2007
1 parent 895ee68 commit c081198
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/net/usb/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,8 @@ config USB_KC2190
boolean "KT Technology KC2190 based cables (InstaNet)"
depends on USB_NET_CDC_SUBSET && EXPERIMENTAL
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
tristate "Sharp Zaurus (stock ROMs) and compatible"
Expand Down

0 comments on commit c081198

Please sign in to comment.