Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c0811987c6909cd5463d107933217be113b75f4e
Commit:     c0811987c6909cd5463d107933217be113b75f4e
Parent:     895ee682db14ed71860e22495280bdee4dae4738
Author:     Sam Ravnborg <[EMAIL PROTECTED]>
AuthorDate: Sun Jun 10 00:50:51 2007 +0200
Committer:  Jeff Garzik <[EMAIL PROTECTED]>
CommitDate: Sat Jun 9 19:01:15 2007 -0400

    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 <[EMAIL PROTECTED]>
    
    Signed-off-by: Sam Ravnborg <[EMAIL PROTECTED]>
    Cc: Massimo Maiurana <[EMAIL PROTECTED]>
    Signed-off-by: Jeff Garzik <[EMAIL PROTECTED]>
---
 drivers/net/usb/Kconfig |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/usb/Kconfig b/drivers/net/usb/Kconfig
index 3de564b..8dc09a3 100644
--- a/drivers/net/usb/Kconfig
+++ b/drivers/net/usb/Kconfig
@@ -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"
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to