fix same typo in multiple places
authorMuhammad Bilal <m.bilal@emumba.com>
Fri, 15 May 2020 16:50:54 +0000 (21:50 +0500)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 19 May 2020 13:55:57 +0000 (15:55 +0200)
Removed the typing error in doc/guides/eventdevs/index.rst,
drivers/net/mlx5/mlx5.c and in lib/librte_vhost/rte_vhost.h

Bugzilla ID: 477
Fixes: 0857b9421138 ("doc: add event device and software eventdev")
Fixes: 039253166a57 ("vhost: add device op when notification to guest is sent")
Fixes: ad74bc619504 ("net/mlx5: support multiport IB device during probing")
Cc: stable@dpdk.org
Signed-off-by: Muhammad Bilal <m.bilal@emumba.com>
doc/guides/eventdevs/index.rst
drivers/net/mlx5/mlx5.c
lib/librte_vhost/rte_vhost.h

index 570905b..bb66a5e 100644 (file)
@@ -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
index ab4adec..5589772 100644 (file)
@@ -3374,7 +3374,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);
index 5c72fba..d43669f 100644 (file)
@@ -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.
         */