[dpdk-dev] [PATCH] doc/guides/eventdevs: removing typing error in documentation of eventdevs

Jerin Jacob jerinjacobk at gmail.com
Thu May 14 17:32:29 CEST 2020


On Thu, May 14, 2020 at 8:58 PM Muhammad Bilal <m.bilal at emumba.com> wrote:
>
> Bugzilla ID: 477
> Cc: dev at dpdk.org
> Cc: stable at dpdk.org
> Cc: jerinj at marvell.com
> Signed-off-by: Muhammad Bilal <m.bilal at emumba.com>

The same typo repeated for other places as well. Please send a single
patch for fixing all in one shot.

[master][dpdk.org] $ grep -ri "trough" *
doc/guides/eventdevs/index.rst:application trough the eventdev API.
drivers/net/mlx5/mlx5.c:                 * We have to perform
identification trough the ports.
lib/librte_vhost/rte_vhost.h:    * about waiting packets. This is the
interrupt handling trough


> ---
>  doc/guides/eventdevs/index.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/doc/guides/eventdevs/index.rst b/doc/guides/eventdevs/index.rst
> index 570905b81..bb66a5eac 100644
> --- a/doc/guides/eventdevs/index.rst
> +++ b/doc/guides/eventdevs/index.rst
> @@ -5,7 +5,7 @@ Event Device Drivers
>  ====================
>
>  The following are a list of event device PMDs, which can be used from an
> -application trough the eventdev API.
> +application through the eventdev API.
>
>  .. toctree::
>      :maxdepth: 2
> --
> 2.17.1
>


More information about the dev mailing list