| Submitter | Robert de Vries |
|---|---|
| Date | March 14, 2013, 7:29 p.m. |
| Message ID | <1363289346-3084-1-git-send-email-rhdv@xs4all.nl> |
| Download | mbox | patch |
| Permalink | /patch/227788/ |
| State | Accepted |
| Delegated to: | David Miller |
| Headers | show |
Comments
From: Robert de Vries <rhdv@xs4all.nl> Date: Thu, 14 Mar 2013 20:29:06 +0100 > The Kconfig file help information incorrectly mentions that the > SMSC LAN75xx config option is for SMSC LAN95xx devices. > > Signed-off-by: Robert de Vries <rhdv@xs4all.nl> Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
diff --git a/drivers/net/usb/Kconfig b/drivers/net/usb/Kconfig index 3b6e9b8..7c769d8 100644 --- a/drivers/net/usb/Kconfig +++ b/drivers/net/usb/Kconfig @@ -268,7 +268,7 @@ config USB_NET_SMSC75XX select CRC16 select CRC32 help - This option adds support for SMSC LAN95XX based USB 2.0 + This option adds support for SMSC LAN75XX based USB 2.0 Gigabit Ethernet adapters. config USB_NET_SMSC95XX
The Kconfig file help information incorrectly mentions that the SMSC LAN75xx config option is for SMSC LAN95xx devices. Signed-off-by: Robert de Vries <rhdv@xs4all.nl> --- drivers/net/usb/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)