From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: fix environment variable typo Date: Tue, 20 Dec 2016 14:42:36 +0100 Message-ID: <1485933.TnFM85prTo@xps13> References: <4db72670-0a8f-ac0a-b7bf-5671487630a9@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Remy Horton , John McNamara To: Baruch Siach Return-path: Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id 5CE3BFB8A for ; Tue, 20 Dec 2016 14:42:38 +0100 (CET) Received: by mail-wm0-f50.google.com with SMTP id u144so34571442wmu.1 for ; Tue, 20 Dec 2016 05:42:38 -0800 (PST) In-Reply-To: <4db72670-0a8f-ac0a-b7bf-5671487630a9@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > Signed-off-by: Baruch Siach > > --- > > doc/guides/sample_app_ug/ethtool.rst | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > Missing fixline > > Fixes: bda68ab9d1e7 ("examples/ethtool: add user-space ethtool sample > application") > > Otherwise, well spotted.. :) > > Acked-by: Remy Horton Applied, thanks