[dpdk-dev] doc: fix environment variable typo

Message ID fce9d7d4be77343de88e6b43e2323f173fffe088.1481636426.git.baruch@tkos.co.il (mailing list archive)
State Accepted, archived
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel compilation success Compilation OK

Commit Message

Baruch Siach Dec. 13, 2016, 1:40 p.m. UTC
  Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 doc/guides/sample_app_ug/ethtool.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Remy Horton Dec. 14, 2016, 1:03 a.m. UTC | #1
On 13/12/2016 21:40, Baruch Siach wrote:
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> ---
>  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 <remy.horton@intel.com>
  
John McNamara Dec. 15, 2016, 2:59 p.m. UTC | #2
> -----Original Message-----
> From: Baruch Siach [mailto:baruch@tkos.co.il]
> Sent: Tuesday, December 13, 2016 1:40 PM
> To: dev@dpdk.org
> Cc: Mcnamara, John <john.mcnamara@intel.com>; Horton, Remy
> <remy.horton@intel.com>; Baruch Siach <baruch@tkos.co.il>
> Subject: [PATCH] doc: fix environment variable typo
> 
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>

Acked-by: John McNamara <john.mcnamara@intel.com>
  
Thomas Monjalon Dec. 20, 2016, 1:42 p.m. UTC | #3
> > Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> > ---
> >  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 <remy.horton@intel.com>

Applied, thanks
  

Patch

diff --git a/doc/guides/sample_app_ug/ethtool.rst b/doc/guides/sample_app_ug/ethtool.rst
index 4d1697e8a050..67797954d740 100644
--- a/doc/guides/sample_app_ug/ethtool.rst
+++ b/doc/guides/sample_app_ug/ethtool.rst
@@ -47,7 +47,7 @@  To compile the application:
     .. code-block:: console
 
         export RTE_SDK=/path/to/rte_sdk
-        cd ${RTE_SD}/examples/ethtool
+        cd ${RTE_SDK}/examples/ethtool
 
 #.  Set the target (a default target is used if not specified). For example: