The patch titled
net: fix typo in drivers/net/usb/Kconfig
has been added to the -mm tree. Its filename is
net-fix-typo-in-drivers-net-usb-kconfig.patch
*** Remember to use Documentation/SubmitChecklist when testing your code ***
See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this
------------------------------------------------------
Subject: net: fix typo in drivers/net/usb/Kconfig
From: Sam Ravnborg <[EMAIL PROTECTED]>
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: Jeff Garzik <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
drivers/net/usb/Kconfig | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff -puN drivers/net/usb/Kconfig~net-fix-typo-in-drivers-net-usb-kconfig
drivers/net/usb/Kconfig
--- a/drivers/net/usb/Kconfig~net-fix-typo-in-drivers-net-usb-kconfig
+++ a/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"
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
origin.patch
git-kbuild.patch
use-posix-bre-in-headers-install-target.patch
net-fix-typo-in-drivers-net-usb-kconfig.patch
fix-x86_64-mm-xen-core-xen-implementation.patch
x86-fix-section-mismatch-warnings-in-mtrr.patch
i386-fix-section-mismatch-warning-in-intel_cacheinfo.patch
git-newsetup.patch
alpha-fix-trivial-section-mismatch-warnings.patch
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html