From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH v2] Documentation: fix wrong example command Date: Mon, 03 Jul 2017 02:09:12 -0700 (PDT) Message-ID: <20170703.020912.1138579434009537267.davem@davemloft.net> References: <20170630162147.12369-1-mcroce@redhat.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, linux-doc@vger.kernel.org To: mcroce@redhat.com Return-path: In-Reply-To: <20170630162147.12369-1-mcroce@redhat.com> Sender: linux-doc-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Matteo Croce Date: Fri, 30 Jun 2017 18:21:47 +0200 > In the IPVLAN documentation there is an example command line where the > master and slave interface names are inverted. > Fix the command line and also add the optional `name' keyword to better > describe what the command is doing. > > v2: added commit message > > Signed-off-by: Matteo Croce Applied, thank you.