From patchwork Mon Jan 20 09:49:39 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yegor Yefremov X-Patchwork-Id: 312482 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 B58CF2C0086 for ; Mon, 20 Jan 2014 21:12:34 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752448AbaATKMS (ORCPT ); Mon, 20 Jan 2014 05:12:18 -0500 Received: from ns.vscom.de ([62.145.30.242]:48453 "EHLO mail.visionsystems.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751380AbaATKMQ (ORCPT ); Mon, 20 Jan 2014 05:12:16 -0500 X-Greylist: delayed 1334 seconds by postgrey-1.27 at vger.kernel.org; Mon, 20 Jan 2014 05:12:16 EST Received: from localhost (localhost [127.0.0.1]) by mail.visionsystems.de (Postfix) with ESMTP id 556C22D9456; Mon, 20 Jan 2014 10:50:01 +0100 (CET) Received: from mail.visionsystems.de ([127.0.0.1]) by localhost (mail.visionsystems.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13482-08; Mon, 20 Jan 2014 10:49:47 +0100 (CET) Received: from visionsystems.de (kallisto.visionsystems.local [192.168.1.3]) by mail.visionsystems.de (Postfix) with ESMTP id CC32F2D8571; Mon, 20 Jan 2014 10:49:47 +0100 (CET) Received: from development1.visionsystems.local ([192.168.1.36]) by visionsystems.de with Microsoft SMTPSVC(6.0.3790.4675); Mon, 20 Jan 2014 10:49:46 +0100 From: yegorslists@googlemail.com To: netdev@vger.kernel.org Cc: davem@davemloft.net, Yegor Yefremov Subject: [PATCH] 8021q: update description Date: Mon, 20 Jan 2014 10:49:39 +0100 Message-Id: <1390211379-3374-1-git-send-email-yegorslists@googlemail.com> X-Mailer: git-send-email 1.7.7 X-OriginalArrivalTime: 20 Jan 2014 09:49:46.0220 (UTC) FILETIME=[F3A0AAC0:01CF15C4] X-Virus-Scanned: amavisd-new at visionsystems.de Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org From: Yegor Yefremov Replace deprecated 'vconfig' tool with 'ip' from 'iproute2'. Add some beautifications like replacing 'ethernet' with 'Ethernet' and removing unneeded spaces. Signed-off-by: Yegor Yefremov --- net/8021q/Kconfig | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net/8021q/Kconfig b/net/8021q/Kconfig index b85a91f..4232018 100644 --- a/net/8021q/Kconfig +++ b/net/8021q/Kconfig @@ -6,11 +6,11 @@ config VLAN_8021Q tristate "802.1Q/802.1ad VLAN Support" ---help--- Select this and you will be able to create 802.1Q VLAN interfaces - on your ethernet interfaces. 802.1Q VLAN supports almost - everything a regular ethernet interface does, including - firewalling, bridging, and of course IP traffic. You will need - the 'vconfig' tool from the VLAN project in order to effectively - use VLANs. See the VLAN web page for more information: + on your Ethernet interfaces. 802.1Q VLAN supports almost + everything a regular Ethernet interface does, including + firewalling, bridging, and of course IP traffic. You will need + the 'ip' utility in order to effectively use VLANs. + See the VLAN web page for more information: To compile this code as a module, choose M here: the module