From patchwork Thu Oct 14 21:56:28 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 101707 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 26B3FA0C43; Thu, 14 Oct 2021 23:57:59 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 468A2411D7; Thu, 14 Oct 2021 23:57:04 +0200 (CEST) Received: from mail-pj1-f49.google.com (mail-pj1-f49.google.com [209.85.216.49]) by mails.dpdk.org (Postfix) with ESMTP id 86951411CF for ; Thu, 14 Oct 2021 23:56:57 +0200 (CEST) Received: by mail-pj1-f49.google.com with SMTP id pi19-20020a17090b1e5300b0019fdd3557d3so5767903pjb.5 for ; Thu, 14 Oct 2021 14:56:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=A8W7kMdJ0pG/gObq1c2gfsfOMxKHn9S0DOA7U95S0FE=; b=fobSlyZiOEePQaA6qnJAzvFlPyb8TotSCpj1sg25QpvKXc5QHslkrevJ6xFSv1EgTX hA6OH1cT3QwVz+3tMOUlQgBzBIGf9hVl4qGi/9W/L4hyfINSc+3wggcipNMVLX2d6d5k p2cY/np5wH9ntcg1iDqAdYCa15I75XRc91VVY4W1yL1FrjPiqC/fLp63hcHKkr4y4El+ YcBg2KdoCmT5o7yPyI+We6ozPj1N8AWM4UczZFeJKlGwHDi9jZtkKXug9u63zO2J2743 eKGy3zNGhP3HNmw6Jy0qt5WvMPhFb7jpBr91Iy5RzThacmsm4BwpB5CL442EVcOpSp6y /bCw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=A8W7kMdJ0pG/gObq1c2gfsfOMxKHn9S0DOA7U95S0FE=; b=CAs5ybOW1iu06adzmYrCL2DlQoTFoRI6PHuBfZkCWGX9jROwjMC1DdnqT04JqTqHYU 0adS4DLtwLHqVUkxz5Qo1k/exchN2y/YB0QV6rUGvDhF6MuykZqoEInmf0TBhJsqhw+f BiQ7wS2DO3ps/6M3MfXBujKTnE5ExDUuQzZPZhFUg+C/WqLE08J8twJMizctVKDn5asx Kd/nkelPwJKxGO4rISqRiljS0ElmIUMXYWcyg+iwao8BsPq3Mm7e5XfjmZXjKbNTuA+v fpgkxKdV4x2lDKXo8FOkcQ0PqHa+PxFCln1/a02zbF/UrZdB3in5LTjYxBNirdi4HxaD ro0g== X-Gm-Message-State: AOAM532O670ymc+kF+2qTvi0P5JMBC4+qr7aQwYYyl/SrltEvb2CFQbq uF5emeEriwofN4jLQ/oUY1a5r1JbE3Nqew== X-Google-Smtp-Source: ABdhPJz5+fnVpnvLqURpJ8UIpX3B+3O+rsg/+35eBHf4O8zbTcELne0Y9B/pqoMIpwh0cxym5bM37Q== X-Received: by 2002:a17:902:da8f:b0:13e:fcb9:2371 with SMTP id j15-20020a170902da8f00b0013efcb92371mr7407066plx.72.1634248616383; Thu, 14 Oct 2021 14:56:56 -0700 (PDT) Received: from hermes.local (204-195-33-123.wavecable.com. [204.195.33.123]) by smtp.gmail.com with ESMTPSA id h13sm3076741pgf.14.2021.10.14.14.56.54 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 14 Oct 2021 14:56:55 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Maxime Coquelin , Chenbo Xia Date: Thu, 14 Oct 2021 14:56:28 -0700 Message-Id: <20211014215631.181747-16-stephen@networkplumber.org> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20211014215631.181747-1-stephen@networkplumber.org> References: <20210909175648.174258-1-stephen@networkplumber.org> <20211014215631.181747-1-stephen@networkplumber.org> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH v3 15/18] vhost: fix typo in comment X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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" Yet another spelling error found by codespell. Signed-off-by: Stephen Hemminger Reviewed-by: Chenbo Xia --- lib/vhost/rte_vhost.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/vhost/rte_vhost.h b/lib/vhost/rte_vhost.h index fd372d52594b..2c4801d9561c 100644 --- a/lib/vhost/rte_vhost.h +++ b/lib/vhost/rte_vhost.h @@ -771,7 +771,7 @@ rte_vhost_get_vhost_ring_inflight(int vid, uint16_t vring_idx, /** * Set split inflight descriptor. * - * This function save descriptors that has been comsumed in available + * This function save descriptors that have been consumed in available * ring * * @param vid @@ -790,7 +790,7 @@ rte_vhost_set_inflight_desc_split(int vid, uint16_t vring_idx, /** * Set packed inflight descriptor and get corresponding inflight entry * - * This function save descriptors that has been comsumed + * This function save descriptors that have been consumed * * @param vid * vhost device ID