From: Thierry Herbelot Date: Wed, 22 May 2019 09:44:47 +0000 (+0200) Subject: doc: fix triplicated typo in prog guides X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=8b283e90e6953fe321644c2ba3abf68d154d3cd1;p=dpdk.git doc: fix triplicated typo in prog guides A bad formula was copied and pasted. Fixes: 4935e1e9f76e ("bbdev: introduce wireless base band device lib") Fixes: 0318c02b57cf ("doc: add cryptodev chapter in prog guide") Fixes: a9bb0c44c775 ("doc: add rawdev library guide and doxygen page") Cc: stable@dpdk.org Signed-off-by: Thierry Herbelot Acked-by: Fiona Trahe --- diff --git a/doc/guides/prog_guide/bbdev.rst b/doc/guides/prog_guide/bbdev.rst index 038bc6ed1d..27d7f04d04 100644 --- a/doc/guides/prog_guide/bbdev.rst +++ b/doc/guides/prog_guide/bbdev.rst @@ -44,7 +44,7 @@ From the command line using the --vdev EAL option --vdev 'baseband_turbo_sw,max_nb_queues=8,socket_id=0' -Our using the rte_vdev_init API within the application code. +Or using the rte_vdev_init API within the application code. .. code-block:: c diff --git a/doc/guides/prog_guide/cryptodev_lib.rst b/doc/guides/prog_guide/cryptodev_lib.rst index 23fa5bc188..9bbf207646 100644 --- a/doc/guides/prog_guide/cryptodev_lib.rst +++ b/doc/guides/prog_guide/cryptodev_lib.rst @@ -52,7 +52,7 @@ From the command line using the --vdev EAL option Example: ``--vdev 'crypto_aesni_mb0' --vdev 'crypto_aesni_mb1'`` -Our using the rte_vdev_init API within the application code. +Or using the rte_vdev_init API within the application code. .. code-block:: c diff --git a/doc/guides/prog_guide/rawdev.rst b/doc/guides/prog_guide/rawdev.rst index 42c195cefa..06af6942a6 100644 --- a/doc/guides/prog_guide/rawdev.rst +++ b/doc/guides/prog_guide/rawdev.rst @@ -100,7 +100,7 @@ From the command line using the --vdev EAL option --vdev 'rawdev_dev1' -Our using the rte_vdev_init API within the application code. +Or using the rte_vdev_init API within the application code. .. code-block:: c