All of lore.kernel.org
 help / color / mirror / Atom feed
* - fix-misspelled-usbnet_mii-kernel-config-option.patch removed from -mm tree
@ 2007-02-15  8:51 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2007-02-15  8:51 UTC (permalink / raw)
  To: rpjday, greg, mm-commits


The patch titled
     Fix misspelled "USBNET_MII" kernel config option.
has been removed from the -mm tree.  Its filename was
     fix-misspelled-usbnet_mii-kernel-config-option.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
Subject: Fix misspelled "USBNET_MII" kernel config option.
From: "Robert P. J. Day" <rpjday@mindspring.com>

Fix the misspelling of "USBNET_MII" to "USB_USBNET_MII".

Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 drivers/usb/net/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/usb/net/Kconfig~fix-misspelled-usbnet_mii-kernel-config-option drivers/usb/net/Kconfig
--- a/drivers/usb/net/Kconfig~fix-misspelled-usbnet_mii-kernel-config-option
+++ a/drivers/usb/net/Kconfig
@@ -99,7 +99,7 @@ config USB_USBNET_MII
 
 config USB_USBNET
 	tristate "Multi-purpose USB Networking Framework"
-	select MII if USBNET_MII != n
+	select MII if USB_USBNET_MII != n
 	---help---
 	  This driver supports several kinds of network links over USB,
 	  with "minidrivers" built around a common network driver core
_

Patches currently in -mm which might be from rpjday@mindspring.com are

origin.patch
git-avr32.patch
git-dvb.patch
git-mips.patch
git-netdev-all.patch
remove-useless-find_first_bit-macro-from-cardbusc.patch
remove-some-unused-scsi-related-kernel-config-variables.patch
scsi-fix-obvious-typo-spin_lock_irqrestore-in-gdthc.patch

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-02-15  8:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-15  8:51 - fix-misspelled-usbnet_mii-kernel-config-option.patch removed from -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.