From patchwork Mon Sep 13 16:10:22 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 98767 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 B25B1A0C45; Mon, 13 Sep 2021 18:12:38 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 920D041139; Mon, 13 Sep 2021 18:10:52 +0200 (CEST) Received: from mail-pf1-f179.google.com (mail-pf1-f179.google.com [209.85.210.179]) by mails.dpdk.org (Postfix) with ESMTP id 8334C4115C for ; Mon, 13 Sep 2021 18:10:49 +0200 (CEST) Received: by mail-pf1-f179.google.com with SMTP id m26so9332514pff.3 for ; Mon, 13 Sep 2021 09:10:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=sqhquunZ06m8nQFnLGDHxz44R3tvFD0RB1qn/HZT5Hs=; b=sXLC6aXD2W3sPcYO8Of3fq2OFZKDqvOksNmb+7yCRyqV+SonOgmG7HDBLidmn1UCxq BhJXnwVtngnp+YoK97o6aN9YJPAnbod5cx80WjMBZeXs9WGSPVqd6sO2Ga44Fa65ZFM+ NWytoY4k3yLE4azmnFC9DRc6w3E9YV64qyndG3go9I/DC9EuCENxBfPwoq81A3/rbEpI 7k9LbVUVQ5qYe6+xSA13hZVUJpBr0TCTnGKa47meQTpscPxpjjmcbGWgcFYYbV+hMbFn Y35vYgNDQLKC4Whe/sOdPYNMKfDvOQe7cTWBs7Y1hrCfKHaltEQxVFb+yegXOzz6qxdO YQqw== 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=sqhquunZ06m8nQFnLGDHxz44R3tvFD0RB1qn/HZT5Hs=; b=IETZs3XU1mYzVjBycpuUvnzHlUKB6LYZs7Q5JvSyuCEj2g1eap+E+GYrkHCD4ZSX+S kPTBEHenqsF6EjSIcSDQ+L+iYIO3oD6s3hcU/ADpKi1ihxiaorPeMSUJb/1h8SAAzooZ 4IaZEcU49nyyAsNcGgZb1zKJgLC87a9JWiHxzDNLSYIoSi4/4jBoSDnTzQfN7xXs7XrT Ymn696uh59FxFKWs06+aQHF7x+u3GFqYr9iLmCtkYOLlWGkOWMPVg2PDRVmZkQbpHpL+ OGPjQSVUVYNY17hRJAwYroCdAY2j/HKAtmgRWkEmIBtGMz+D8bSofIY2Yfcb3VS1aLin gZrw== X-Gm-Message-State: AOAM530qVRi6gL49CUF9zmHhUKTO+1+xQO+Dj+ucNkXqmZxgYJvZ7N9t afmwskeEe63905eLMOlv6p9a/3gNm4bdUg== X-Google-Smtp-Source: ABdhPJwJf9/fi72iFugYrjgrbGCWONJYbGZxmEFBWYPCKRe0m4F8DDJrPPa++iJLO7AV61O59M0xBw== X-Received: by 2002:a62:ea06:0:b0:3e1:62a6:95b8 with SMTP id t6-20020a62ea06000000b003e162a695b8mr306918pfh.70.1631549448351; Mon, 13 Sep 2021 09:10:48 -0700 (PDT) Received: from hermes.local (204-195-33-123.wavecable.com. [204.195.33.123]) by smtp.gmail.com with ESMTPSA id i5sm7070851pjk.47.2021.09.13.09.10.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 13 Sep 2021 09:10:47 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Mon, 13 Sep 2021 09:10:22 -0700 Message-Id: <20210913161025.10490-16-stephen@networkplumber.org> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210913161025.10490-1-stephen@networkplumber.org> References: <20210909175648.174258-1-stephen@networkplumber.org> <20210913161025.10490-1-stephen@networkplumber.org> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH v2 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 --- 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 8d875e932297..c36dfc705b04 100644 --- a/lib/vhost/rte_vhost.h +++ b/lib/vhost/rte_vhost.h @@ -776,7 +776,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 has been consumed in available * ring * * @param vid @@ -796,7 +796,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 has been consumed * * @param vid * vhost device ID