diff mbox

net: fix macvtap type name in Kconfig

Message ID 1392064851-25879-1-git-send-email-jlu@pengutronix.de
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Jan Luebbe Feb. 10, 2014, 8:40 p.m. UTC
The netlink kind (and iproute2 type option) is actually called
'macvtap', not 'macvlan'.

Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
---
 drivers/net/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

David Miller Feb. 13, 2014, 8:49 p.m. UTC | #1
From: Jan Luebbe <jlu@pengutronix.de>
Date: Mon, 10 Feb 2014 21:40:51 +0100

> The netlink kind (and iproute2 type option) is actually called
> 'macvtap', not 'macvlan'.
> 
> Signed-off-by: Jan Luebbe <jlu@pengutronix.de>

Applied, thank you.
--
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
diff mbox

Patch

diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index f342278..494b888 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -139,7 +139,7 @@  config MACVTAP
 	  This adds a specialized tap character device driver that is based
 	  on the MAC-VLAN network interface, called macvtap. A macvtap device
 	  can be added in the same way as a macvlan device, using 'type
-	  macvlan', and then be accessed through the tap user space interface.
+	  macvtap', and then be accessed through the tap user space interface.
 
 	  To compile this driver as a module, choose M here: the module
 	  will be called macvtap.