From patchwork Mon Sep 13 16:10:12 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 98757 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 0A755A0C45; Mon, 13 Sep 2021 18:11:11 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4996A4111B; Mon, 13 Sep 2021 18:10:38 +0200 (CEST) Received: from mail-pj1-f41.google.com (mail-pj1-f41.google.com [209.85.216.41]) by mails.dpdk.org (Postfix) with ESMTP id 165FA410FA for ; Mon, 13 Sep 2021 18:10:36 +0200 (CEST) Received: by mail-pj1-f41.google.com with SMTP id w19-20020a17090aaf9300b00191e6d10a19so394622pjq.1 for ; Mon, 13 Sep 2021 09:10:36 -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=BMWNw0gLugZcukBh8c3ss54CZJL+3hBZ9dhbogD12Ug=; b=rW+9CepWDpsCrt/o+fTSPucnT3fqGHQbfuF2FJzGWYR7+9p4zaWb92mm2S0y8rQtVc o23WQ4+DAFsGnHlOX+sPMA54uR8o5p/gKg5NusfZUBknsidHAyNFqSG9ikzI5+Myq0+/ pm7VAQCcO5zJXJDbxf/MLz8Nbjwy5PnEJXbq7sgocf5hXyuC/gINPUgVK4EpDHQr76aK 2BQykJwLpTWWVcQjdnFRkjhjS4v6ONXNR/y6AS+SAvjkbWe/wgBi82r/dlgJ3OAzREWI vM0KHVFIHtmiJImxi4eOD7J1VYcSsdJu2LQDWNcy3fWBAstUFAF6SMTMXsv1O2mqx7zk C1Lw== 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=BMWNw0gLugZcukBh8c3ss54CZJL+3hBZ9dhbogD12Ug=; b=xhqtej5yglurqj7C09+EWea6bM7SV/OiTUjtwzUbCk+bh3hedVEcjisQtXDW5sQSls LsR3hE4HWrt8lT+4xebw7tV0obKQ8DKPrYY9w9iNK9aaer8d+IhHXqs+CH8ca+lebXxg 5qyvuBNxIiGmUIsT3Ky122hV6xZvDbTvoHxeW/Uxs+xqpiHGw1y2uJgTakHeZ5ziycmC Xx6ox7QL9WGkIcBxzpe9+UpRqI/vnrRQs/Fh1hOmqptXpRjrLLtsdq2qkmXVtXPe4dhR PT4N7cX6W8XnlprlI7OnPDaRnucEd7HqJeszdLx99D1eQC88KVdJCUvTbHZ89l7j2+8+ CjZA== X-Gm-Message-State: AOAM531EZwWd/iwXWhTKHFduSgPb/pp4HsC+cZgys3AT+H8PiyHVFO9Y e7akmsty9KKNnTa8/MuoyFtk1B9etcGfzQ== X-Google-Smtp-Source: ABdhPJzKQSqiQ2guPzGvifLaJ22WE7jhwI7WMCk3FHQcJhIYrjGqRv4GN3NT+qIaABE9zGGwGgQgBA== X-Received: by 2002:a17:902:760b:b0:13b:122:5ff0 with SMTP id k11-20020a170902760b00b0013b01225ff0mr11037729pll.22.1631549434955; Mon, 13 Sep 2021 09:10:34 -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.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 13 Sep 2021 09:10:33 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Mon, 13 Sep 2021 09:10:12 -0700 Message-Id: <20210913161025.10490-6-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 05/18] rcu: 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" Another codespell find. Signed-off-by: Stephen Hemminger --- lib/rcu/rte_rcu_qsbr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rcu/rte_rcu_qsbr.h b/lib/rcu/rte_rcu_qsbr.h index 18811c1cc106..62a420a785fc 100644 --- a/lib/rcu/rte_rcu_qsbr.h +++ b/lib/rcu/rte_rcu_qsbr.h @@ -362,7 +362,7 @@ rte_rcu_qsbr_thread_offline(struct rte_rcu_qsbr *v, unsigned int thread_id) /* The reader can go offline only after the load of the * data structure is completed. i.e. any load of the - * data strcture can not move after this store. + * data structure can not move after this store. */ __atomic_store_n(&v->qsbr_cnt[thread_id].cnt,