doc: fix typing error

Message ID 20200616082201.23035-1-sarosh.arif@emumba.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series doc: fix typing error |

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

Sarosh Arif June 16, 2020, 8:22 a.m. UTC
  fixed typing error in doc/guides/tools/testbbdev.rst

Fixes: f714a18885a6 ("app/testbbdev: add test application for bbdev")
Signed-off-by: Sarosh Arif <sarosh.arif@emumba.com>
---
 doc/guides/tools/testbbdev.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Chautru, Nicolas June 18, 2020, 2:06 a.m. UTC | #1
From: Sarosh Arif :
> fixed typing error in doc/guides/tools/testbbdev.rst
> 
> Fixes: f714a18885a6 ("app/testbbdev: add test application for bbdev")
> Signed-off-by: Sarosh Arif <sarosh.arif@emumba.com>
> ---
>  doc/guides/tools/testbbdev.rst | 2 +-

Thanks.
Acked-by: Nic Chautru <nicolas.chautru@intel.com>

>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/doc/guides/tools/testbbdev.rst b/doc/guides/tools/testbbdev.rst
> index 279872139..393c3e9d0 100644
> --- a/doc/guides/tools/testbbdev.rst
> +++ b/doc/guides/tools/testbbdev.rst
> @@ -6,7 +6,7 @@ dpdk-test-bbdev Application
> 
>  The ``dpdk-test-bbdev`` tool is a Data Plane Development Kit (DPDK) utility
> that  allows measuring performance parameters of PMDs available in the
> bbdev framework.
> -Available tests available for execution are: latency, throughput, validation,
> +Tests available for execution are: latency, throughput, validation,
>  bler and sanity tests. Execution of tests can be customized using various
> parameters passed to a python running script.
> 
> --
> 2.17.1
  
Thomas Monjalon July 22, 2020, 12:09 a.m. UTC | #2
18/06/2020 04:06, Chautru, Nicolas:
> From: Sarosh Arif :
> > fixed typing error in doc/guides/tools/testbbdev.rst
> > 
> > Fixes: f714a18885a6 ("app/testbbdev: add test application for bbdev")
> > Signed-off-by: Sarosh Arif <sarosh.arif@emumba.com>
> 
> Thanks.
> Acked-by: Nic Chautru <nicolas.chautru@intel.com>

Applied, thanks
  

Patch

diff --git a/doc/guides/tools/testbbdev.rst b/doc/guides/tools/testbbdev.rst
index 279872139..393c3e9d0 100644
--- a/doc/guides/tools/testbbdev.rst
+++ b/doc/guides/tools/testbbdev.rst
@@ -6,7 +6,7 @@  dpdk-test-bbdev Application
 
 The ``dpdk-test-bbdev`` tool is a Data Plane Development Kit (DPDK) utility that
 allows measuring performance parameters of PMDs available in the bbdev framework.
-Available tests available for execution are: latency, throughput, validation,
+Tests available for execution are: latency, throughput, validation,
 bler and sanity tests. Execution of tests can be customized using various
 parameters passed to a python running script.