From patchwork Tue Jul 26 16:30:07 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 114231 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 0A372A00C4; Tue, 26 Jul 2022 18:31:14 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B9E3A42B73; Tue, 26 Jul 2022 18:30:36 +0200 (CEST) Received: from mail-pj1-f53.google.com (mail-pj1-f53.google.com [209.85.216.53]) by mails.dpdk.org (Postfix) with ESMTP id 5140742B79 for ; Tue, 26 Jul 2022 18:30:34 +0200 (CEST) Received: by mail-pj1-f53.google.com with SMTP id li4so2573551pjb.3 for ; Tue, 26 Jul 2022 09:30:34 -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=4jD09hjxsXdGOg6vlV30UEj5829gtYr58wa3UD/9D7Y=; b=gHJSX+5MAd2Fh/O5PKXHivrqtZPJBf08rKM2qjlZyMfZCHh/kOq8rJ4o3CT5IfgGQ1 9SXU2wAT7qpvd6Zsomj2xo2Sln5Lv6BSgHLy3OCxCD4VOQE4vSPHp+PDAp/JLs1QvTl6 qiUlqY1VViQmQBBtCiJxeJVasdJo3DllNbIKaDC3vXBewKTjshgFT4+LStSZ77ACLrHl cYk7CnSMGAKWEUuZ8zl+GKXkAES0kw58fYRKgSBiH26tI8ePkcbyOCudrGztXhaqGdg+ dzDiUYuOy0Yq+Ms3fvjn+/f4IY+9V4uzUL8V1q83EO681wBz/hdEk+GJHJqknylilwUo JKug== 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=4jD09hjxsXdGOg6vlV30UEj5829gtYr58wa3UD/9D7Y=; b=p8WX1mGjriIMBGS6x96cWuzI0w5WC5KYHjsGFQZZ0VWjFpptGrVcnwSCpdyHiNcS0J cAgjdR1P5WWU77ECtnZdEdtGPPmgsW7y5hXH+TpahczypzChjJSy18tzU7hlYxiJy5oh VGCgoSiM6kphvPE4RVD4VnQP9vfWUBSnCiq9OHKW0JebeCuv6vpUbGLM3U+9J2I/yKF6 CNbRPUhUjGXglLNLHJf5K7ZTCgY0cjUAhxVngBf610rgOJ1IaQMasP81FK/jeHMrzrWJ cJpMlC8oMPvmUwl8JjXls6p6GJf210QzWkE5njf0vldWNwLAmk3sSyzz+KXHb0xcTkor 5sjA== X-Gm-Message-State: AJIora97gW15EzgGWVcJtOKbYFbhCPwW//I7ctwg9wWVI+py5Nnzv7km r3wlhN4r6RaZYoV/VZXOKmbAAh8H8zIptQ== X-Google-Smtp-Source: AGRyM1stVurrzMGRGCf0GbESXUKCxcRGmx9qR11uTI468Ptw7m31TpoS/McBDOIShIE6ELxBDZBbBA== X-Received: by 2002:a17:90b:4c41:b0:1f2:c684:34a8 with SMTP id np1-20020a17090b4c4100b001f2c68434a8mr51016pjb.180.1658853033598; Tue, 26 Jul 2022 09:30:33 -0700 (PDT) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id y190-20020a6232c7000000b0051bbe085f16sm11844155pfy.104.2022.07.26.09.30.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 26 Jul 2022 09:30:33 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Honnappa Nagarahalli , Konstantin Ananyev Subject: [PATCH v3 07/20] remove repeated word 'this' Date: Tue, 26 Jul 2022 09:30:07 -0700 Message-Id: <20220726163020.15679-8-stephen@networkplumber.org> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220726163020.15679-1-stephen@networkplumber.org> References: <20220722214106.162640-1-stephen@networkplumber.org> <20220726163020.15679-1-stephen@networkplumber.org> MIME-Version: 1.0 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 Found by doing duplicate word scan. Signed-off-by: Stephen Hemminger --- lib/ring/rte_ring.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/ring/rte_ring.c b/lib/ring/rte_ring.c index cddaf6b2876f..8ed455043dee 100644 --- a/lib/ring/rte_ring.c +++ b/lib/ring/rte_ring.c @@ -280,7 +280,8 @@ rte_ring_create_elem(const char *name, unsigned int esize, unsigned int count, /* reserve a memory zone for this ring. If we can't get rte_config or * we are secondary process, the memzone_reserve function will set - * rte_errno for us appropriately - hence no check in this this function */ + * rte_errno for us appropriately - hence no check in this function + */ mz = rte_memzone_reserve_aligned(mz_name, ring_size, socket_id, mz_flags, __alignof__(*r)); if (mz != NULL) {