The patch titled net: fix typo in drivers/net/usb/Kconfig has been removed from the -mm tree. Its filename was net-fix-typo-in-drivers-net-usb-kconfig.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: net: fix typo in drivers/net/usb/Kconfig From: Sam Ravnborg <sam@xxxxxxxxxxxx> 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@xxxxxxxxx> Signed-off-by: Sam Ravnborg <sam@xxxxxxxxxxxx> Cc: Jeff Garzik <jeff@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- 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 sam@xxxxxxxxxxxx are origin.patch git-kbuild.patch use-posix-bre-in-headers-install-target.patch git-netdev-all.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 majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html