From patchwork Fri May 15 16:50:54 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Muhammad Bilal X-Patchwork-Id: 70336 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id EF0F3A00BE; Fri, 15 May 2020 18:51:55 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 89A471DB0E; Fri, 15 May 2020 18:51:54 +0200 (CEST) Received: from mail-lj1-f177.google.com (mail-lj1-f177.google.com [209.85.208.177]) by dpdk.org (Postfix) with ESMTP id A75E41DAFD for ; Fri, 15 May 2020 18:51:52 +0200 (CEST) Received: by mail-lj1-f177.google.com with SMTP id o14so2985799ljp.4 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=d/PKgjqbdH7dqGT7aeYbGlIEPVSq3ZKR03+Si0Q1DMqfsZY+hqPEDRQb9va/2WyGcp C34eoDub0aMlEq6Q+OgWR88AL4V135v8I9e2HsGJmCpOr3zc+IPWvjlWSclYqGgpk5k0 iU8WLmpyCGmkWC+c1s7OEzKNaQhUdeS4sNNArdmvprKuRC/alXRCkoNYNZXSgXyJLCx1 5ewoM/RxNPHBWFXIsn10P2HuGKtVliiHtT/hdD7dAbejxt5/CuTX3K8OszaTcxnfeRTf o9XdweWK4iIHtKqp+KV28BQwcHXCN+ZunyLgOKMuwpiQtQHYaKikmE16uCN6RWupI3yM DbAg== X-Gm-Message-State: AOAM532QzJJkanIrAhGpnVKMYMRn95VH8t2NGCj0KiZserFsmS2VD2// giZuGUO/cK7pcD0U1VAXBgh0OQ== 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-dev] [PATCH v2] removing typing error of word 'through' in multiple places X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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. */