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 F21D4A00C4; Tue, 26 Jul 2022 05:35:51 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2A4B942B82; Tue, 26 Jul 2022 05:35:19 +0200 (CEST) Received: from mail-pj1-f46.google.com (mail-pj1-f46.google.com [209.85.216.46]) by mails.dpdk.org (Postfix) with ESMTP id 94E0242B79 for ; Tue, 26 Jul 2022 05:35:16 +0200 (CEST) Received: by mail-pj1-f46.google.com with SMTP id p6-20020a17090a680600b001f2267a1c84so14437151pjj.5 for ; Mon, 25 Jul 2022 20:35:16 -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=H55uIxq/HDS9/S0t4jQdbfYM+4eROc1XyWAPIYB1B3o=; b=4JZEUDEk0xSmX0KjHHLo+oWqeaW3yCVRdu0VmijJN16Q/a5ZLiH3B5lZvGtO2H9MeE VNF7cXo+8xj2g7pdCDhZY3AMvJ4hMcZdG2mYGW8pQSRpFwQeCLTjlf9WtHBm1jgvjxhm tXhtqdcy3aq5nYsTgSvvyE2OB5+tjtpfrr4P2D+eaoPEEAFWPBK70he9gCu/Vtpdm7V9 uNdhHVnhBSWrc4mu6YUWo2AK1w2agpLjJKYfH4EOJ+fG6abR6Uyc2mqIkeaWrx+05vrd c0amucQybI1ybka4z1aZB0eRgJNE+pca13J2zOkeOd/IZub+NTB6hKJ6b7wkjIZ88eTp VV5w== 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=H55uIxq/HDS9/S0t4jQdbfYM+4eROc1XyWAPIYB1B3o=; b=7kk916FwzrGwZSNmFbEaeLLPHr+5fWXF4I5Ek7IgPeqb36oHC4qG0woOtKhmDDhtNn CCCpNJxUD4zJEkMWOquegDompj5ya//DXWs4yhbSzikLzWSbXKvkHpzL4dqB6xc27V4q 3ZG5k1ztAvb/dFkpe0FGemmHPpENMnL7CE575f0SRCkyo4pMoeTUq6LaeYjqViLEHLeK 5PNRiITJWQjK9Wbgo9AXyChAX2afABrOnUm2EuITgjg10bF2RCxwendPjO4qQvpO40bb icKVDfLOBDzlznFrx2WlPbPtxc4a4w0CuoLbTxIoXJtclqfBeBqf4/fNvc6zX9QYWCJt xphg== X-Gm-Message-State: AJIora94h8Xgq+fJvHUBV/hWhqJ8kQQjaOD1p1oWbtY674O8/bOzRSuv ok34b9WrahyLt9+mSTDuhox/LEu0d4m/Dg== X-Google-Smtp-Source: AGRyM1snWjqzeWbpPoDD59x0FE88W/+uUZ8SSWmz3Hj6ugVnXeYQ3YENQ9Bi7V3mqUcNJHslvb9gQA== X-Received: by 2002:a17:90a:fa96:b0:1f2:8f71:7577 with SMTP id cu22-20020a17090afa9600b001f28f717577mr12159445pjb.165.1658806515484; Mon, 25 Jul 2022 20:35:15 -0700 (PDT) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id a199-20020a621ad0000000b0052bead2183asm5674534pfa.159.2022.07.25.20.35.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 25 Jul 2022 20:35:14 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Honnappa Nagarahalli , Konstantin Ananyev Subject: [PATCH v2 07/20] remove repeated word 'this' Date: Mon, 25 Jul 2022 20:34:50 -0700 Message-Id: <20220726033503.65407-8-stephen@networkplumber.org> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220726033503.65407-1-stephen@networkplumber.org> References: <20220722214106.162640-1-stephen@networkplumber.org> <20220726033503.65407-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ring/rte_ring.c b/lib/ring/rte_ring.c index cddaf6b2876f..a42767b75d9c 100644 --- a/lib/ring/rte_ring.c +++ b/lib/ring/rte_ring.c @@ -280,7 +280,7 @@ 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) { -- 2.35.1