Removed the typing error in doc/guides/eventdevs/index.rst, drivers/net/mlx5/mlx5.c and in lib/librte_vhost/rte_vhost.h
Cc: dev@dpdk.org Cc: sta...@dpdk.org Cc: jer...@marvell.com Cc: ma...@mellanox.com Cc: shah...@mellanox.com Cc: maxime.coque...@redhat.com Cc: xiaolong...@intel.com Signed-off-by: Muhammad Bilal <m.bi...@emumba.com> --- doc/guides/eventdevs/index.rst | 2 +- drivers/net/mlx5/mlx5.c | 2 +- lib/librte_vhost/rte_vhost.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 diff --git a/drivers/net/mlx5/mlx5.c b/drivers/net/mlx5/mlx5.c index 4f704cbef..264f4928a 100644 --- a/drivers/net/mlx5/mlx5.c +++ b/drivers/net/mlx5/mlx5.c @@ -3382,7 +3382,7 @@ mlx5_pci_probe(struct rte_pci_driver *pci_drv __rte_unused, /* * Single IB device with multiple ports found, * it may be E-Switch master device and representors. - * We have to perform identification trough the ports. + * We have to perform identification through the ports. */ MLX5_ASSERT(nl_rdma >= 0); MLX5_ASSERT(ns == 0); diff --git a/lib/librte_vhost/rte_vhost.h b/lib/librte_vhost/rte_vhost.h index 5c72fba79..d43669f2c 100644 --- a/lib/librte_vhost/rte_vhost.h +++ b/lib/librte_vhost/rte_vhost.h @@ -259,7 +259,7 @@ struct vhost_device_ops { /** * This callback gets called each time a guest gets notified - * about waiting packets. This is the interrupt handling trough + * about waiting packets. This is the interrupt handling through * the eventfd_write(callfd), which can be used for counting these * "slow" syscalls. */ -- 2.17.1