From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 0A548A0547; Thu, 9 Sep 2021 20:11:22 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B54B44115D; Thu, 9 Sep 2021 20:11:02 +0200 (CEST) Received: from mail-pf1-f178.google.com (mail-pf1-f178.google.com [209.85.210.178]) by mails.dpdk.org (Postfix) with ESMTP id 100094115C for ; Thu, 9 Sep 2021 20:11:01 +0200 (CEST) Received: by mail-pf1-f178.google.com with SMTP id s29so2476276pfw.5 for ; Thu, 09 Sep 2021 11:11:00 -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=Q9wUxO8I6oEgq/iIWC/5M8hUaM8yzNia60GRteWUKKNHRxtds43YOAWUw5PUOjlcAM tNOmAZzhzu/2qkJGsjbCxiyAjhdTrcerC4T5tqGN+bnCWuyYNNqDkFQ8hp3Hk8M01z3I 3FPyzWaMzK0QN4q4ALIMrFA72cBgdIUQ6UtMNBdOxVcVP8WOEu/9vju1yGWV8DyvvexN 868nrTlwjSV2Q6ycBnPW3g93h0qVJr+o64xovExH4XzNvEq+MNYx0wusbLCbHmIltDfm zaGIISWS8qh4MS0DHkPbn8nWg91gSBM692BrmYRCHgk7NiYcYxHvbaQ/4DnWWDbw5dD5 LWBQ== 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=0JFJMtrON7JCAry5J/wj9HNr9Y/5yreP2Wz7SXFBJu6y/HOoV30XkCBB0YLbQpym2z PTQJV7fW8Gt9SMv8gYFWFXd6Jf6gI4vFkslOqiO6Sx/ssyhFqZYsO2vxfvxnHadtaGpS pnskm5VQBTZakewRoh8DKaRxmZfikg6qXOdpY8P3ExcHDoZQOUqOXhVdnf5aUSL7DmGf RY5M666rm0L8mv6jaRpQyO2wNMHcgTAsIEwgsVDC7dVnVQVOc0zIyO4oKqX4S4/wgO2q 1DMHcJheUXBPGqC3wtBnojZQy9posX2SUPUF5HpYEksUtP+moSpzsbPh3oGo9Z3fOokM l2/w== X-Gm-Message-State: AOAM533ESrduuZwBU06OF6IzS5UTh7hfOQYTcAUDeQPIAb0CihKIBGJQ ymfR15lMxQVfIRxuT7IxWY8Eukj+hpFv9g== X-Google-Smtp-Source: ABdhPJyTUYf5VleJqKb79Tw222aY+w7AyUHVsWzSXVgL3ix7J2kFFNQ2smKlIJQMQz4Yg/TUM5u6Lg== X-Received: by 2002:a62:7c0d:0:b0:3fe:60d2:bce2 with SMTP id x13-20020a627c0d000000b003fe60d2bce2mr4255484pfc.27.1631211059852; Thu, 09 Sep 2021 11:10:59 -0700 (PDT) Received: from hermes.local (204-195-33-123.wavecable.com. [204.195.33.123]) by smtp.gmail.com with ESMTPSA id v14sm2924734pja.53.2021.09.09.11.10.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 09 Sep 2021 11:10:58 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Thu, 9 Sep 2021 11:10:35 -0700 Message-Id: <20210909181048.176255-6-stephen@networkplumber.org> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210909181048.176255-1-stephen@networkplumber.org> References: <20210909175648.174258-1-stephen@networkplumber.org> <20210909181048.176255-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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, -- 2.30.2