doc: removed typing mistake

Message ID 20200529144745.14412-1-m.bilal@emumba.com (mailing list archive)
State Accepted, archived
Delegated to: Ferruh Yigit
Headers
Series doc: removed typing mistake |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/travis-robot success Travis build: passed
ci/Intel-compilation success Compilation OK

Commit Message

Muhammad Bilal May 29, 2020, 2:47 p.m. UTC
  There was a duplicate command instruction in the documentation of memif
so I have removed the 1 command from it.

Fixes: cbbbbd3365d2 ("net/memif: enable loopback")
Cc: jmilan.dev@gmail.com

Signed-off-by: Muhammad Bilal <m.bilal@emumba.com>
---
 doc/guides/nics/memif.rst | 1 -
 1 file changed, 1 deletion(-)
  

Comments

Ferruh Yigit June 2, 2020, 5:50 p.m. UTC | #1
On 5/29/2020 3:47 PM, Muhammad Bilal wrote:
> There was a duplicate command instruction in the documentation of memif
> so I have removed the 1 command from it.
> 
> Fixes: cbbbbd3365d2 ("net/memif: enable loopback")
> Cc: jmilan.dev@gmail.com
> 
> Signed-off-by: Muhammad Bilal <m.bilal@emumba.com>
> ---
>  doc/guides/nics/memif.rst | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/doc/guides/nics/memif.rst b/doc/guides/nics/memif.rst
> index 08a9fda86..ddeebed25 100644
> --- a/doc/guides/nics/memif.rst
> +++ b/doc/guides/nics/memif.rst
> @@ -289,4 +289,3 @@ Then start the communication::
>  Finally we can check port stats to see the traffic::
>  
>      testpmd> show port stats all
> -    testpmd> show port stats all
> 

Updating patch title as following while merging:
 doc: fix duplicated line in memif guide

Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>

Applied to dpdk-next-net/master, thanks.
  

Patch

diff --git a/doc/guides/nics/memif.rst b/doc/guides/nics/memif.rst
index 08a9fda86..ddeebed25 100644
--- a/doc/guides/nics/memif.rst
+++ b/doc/guides/nics/memif.rst
@@ -289,4 +289,3 @@  Then start the communication::
 Finally we can check port stats to see the traffic::
 
     testpmd> show port stats all
-    testpmd> show port stats all