From patchwork Mon Feb 10 20:40:51 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jan Luebbe X-Patchwork-Id: 319061 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 0A2A02C0097 for ; Tue, 11 Feb 2014 07:46:55 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753525AbaBJUqv (ORCPT ); Mon, 10 Feb 2014 15:46:51 -0500 Received: from sirius.lasnet.de ([78.47.116.19]:54222 "EHLO sirius.lasnet.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752381AbaBJUqu (ORCPT ); Mon, 10 Feb 2014 15:46:50 -0500 X-Greylist: delayed 352 seconds by postgrey-1.27 at vger.kernel.org; Mon, 10 Feb 2014 15:46:50 EST Received: from f053154022.adsl.alicedsl.de ([78.53.154.22] helo=polaris.fritz.box) by sirius.lasnet.de with esmtpsa (Cipher TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69 #1) id 1WCxew-00014e-0B by authid with srv_auth_cram_md5; Mon, 10 Feb 2014 21:40:55 +0100 From: Jan Luebbe To: "David S. Miller" , netdev@vger.kernel.org Date: Mon, 10 Feb 2014 21:40:51 +0100 Message-Id: <1392064851-25879-1-git-send-email-jlu@pengutronix.de> X-Mailer: git-send-email 1.8.5.2 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on sirius.lasnet.de X-Spam-Level: X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.5 Subject: [PATCH] net: fix macvtap type name in Kconfig Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org The netlink kind (and iproute2 type option) is actually called 'macvtap', not 'macvlan'. Signed-off-by: Jan Luebbe --- drivers/net/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.