Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0207c808d0d95bb1c4d5067c13c8d6b14afef2ab
Commit:     0207c808d0d95bb1c4d5067c13c8d6b14afef2ab
Parent:     3f9b4076f73d2cac59e19a85e2a97d9d2152bf26
Author:     Robert P. J. Day <[EMAIL PROTECTED]>
AuthorDate: Mon Feb 5 16:41:02 2007 -0800
Committer:  Greg Kroah-Hartman <[EMAIL PROTECTED]>
CommitDate: Fri Feb 16 15:32:20 2007 -0800

    USB: Fix misspelled "USBNET_MII" kernel config option.
    
    Fix the misspelling of "USBNET_MII" to "USB_USBNET_MII".
    
    Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]>
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
    Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
---
 drivers/usb/net/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/usb/net/Kconfig b/drivers/usb/net/Kconfig
index 7ae4ed0..5b7fed7 100644
--- a/drivers/usb/net/Kconfig
+++ b/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
-
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