From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7B893A00BE for ; Fri, 15 May 2020 18:51:54 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3AB3A1DAEC; Fri, 15 May 2020 18:51:54 +0200 (CEST) Received: from mail-lj1-f169.google.com (mail-lj1-f169.google.com [209.85.208.169]) by dpdk.org (Postfix) with ESMTP id A3C961DAEC for ; Fri, 15 May 2020 18:51:52 +0200 (CEST) Received: by mail-lj1-f169.google.com with SMTP id h4so2952516ljg.12 for ; Fri, 15 May 2020 09:51:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=emumba-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=T75BRU7zPJX2cZ4HlVsGLA9f1AkbPkjBNAaD0ZqG7vY=; b=F/Jkj+kSiR9qZOFhoEfwDLr7pd3f/j4AxfcvE5+Abq7BUaN94jPT2tWAuvBmMMTR/O Pz5xCgLR48krBmJ2N6MDjVb+TNce/W9gOA7wB+8tbjiQWmtKrOev+VEKQ0iRWhkk8Q2V z2Hrm6lPIfDOxJXZjItfHWb8j3WMWKZSKAxsppgjFOP0E2PiMnp29XwQtrAvJ1eL8wnh Zc0rl96GaGbpH7YFHtxJQsY16oVQCDaY6zm6U1E+gWrTAKjZvNYa914THXZg4JpGcJ0M z014Zv188soyr0Oqrnn5JotN0rXXvx9VVy62Eyuu3H4ozOqdQbjcWkZ2fX3Gr+Ai3eJw nWAg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=T75BRU7zPJX2cZ4HlVsGLA9f1AkbPkjBNAaD0ZqG7vY=; b=bQFeA8kFxa6C42fAYXfVyrob+F0pSizP0G4bal90TuB58ziKkd4zlgESQKSJAHuWMr o619W1Of7Md+kVKYOQqCJVztKP28iX3VmJ0wqT0LUbiLOxstx4EFQdfP9wPQr3VByIad pk1+rm8hCC5lnb//o47iBhDykmQ0C7QkvQYMcZ6yTQsBEsDCZ4TttxSTMHDsvYBhyTEy oR7+QQNjjPxJ7g61hHmTq0xalJ0QItpj3FnJRP1LwPWd4YALVEvULpq+Quc8j3wdo5ff zn6ybA1LKFDoWQoLjKayyuoV/yUKAPYKNwFTz2zhC3pIxkdb41yPD80FvnLVrk3nNWXX nvYQ== X-Gm-Message-State: AOAM5304rQJ7j5uofSVZX32356t0pnQFLzzIW0w4zD1mjDPlDzgBnA6Z lL4EjgL9ymkp675TOkzbNKcXIw== X-Google-Smtp-Source: ABdhPJyfaIIxxFcLgwPnitwGQBMvzx7Gq82za+EyMZzLn2tiBzmhDwEFncMTBsA06bxk8wIi1XZbVw== X-Received: by 2002:a2e:9084:: with SMTP id l4mr2992562ljg.132.1589561512074; Fri, 15 May 2020 09:51:52 -0700 (PDT) Received: from localhost.localdomain ([103.255.7.6]) by smtp.gmail.com with ESMTPSA id d23sm1638840ljg.90.2020.05.15.09.51.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 15 May 2020 09:51:51 -0700 (PDT) From: Muhammad Bilal To: jerinj@marvell.com, shahafs@mellanox.com, xiaolong.ye@intel.com Cc: dev@dpdk.org, Muhammad Bilal , stable@dpdk.org, matan@mellanox.com, maxime.coquelin@redhat.com Date: Fri, 15 May 2020 21:50:54 +0500 Message-Id: <20200515165054.26973-1-m.bilal@emumba.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200514152651.11557-1-m.bilal@emumba.com> References: <20200514152651.11557-1-m.bilal@emumba.com> Subject: [dpdk-stable] [PATCH v2] removing typing error of word 'through' in multiple places X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" 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: stable@dpdk.org Cc: jerinj@marvell.com Cc: matan@mellanox.com Cc: shahafs@mellanox.com Cc: maxime.coquelin@redhat.com Cc: xiaolong.ye@intel.com Signed-off-by: Muhammad Bilal --- 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