From patchwork Fri Jul 22 21:41:01 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 114124 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 6C9EDA0032; Fri, 22 Jul 2022 23:41:43 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C40C742B7D; Fri, 22 Jul 2022 23:41:18 +0200 (CEST) Received: from mail-pl1-f169.google.com (mail-pl1-f169.google.com [209.85.214.169]) by mails.dpdk.org (Postfix) with ESMTP id 88A3742B73 for ; Fri, 22 Jul 2022 23:41:16 +0200 (CEST) Received: by mail-pl1-f169.google.com with SMTP id w7so5561999ply.12 for ; Fri, 22 Jul 2022 14:41: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=/GjZKEw0Cuuw6R+LZV2uW4IxWsCY3hZPjMZxgDpl/tQ=; b=obAO6DD20MBZ1YbDKcpjFjoFHCpRY1/UwKOyZaqykV5e1RF3FIqMFsG56/H/raZ9Wy 7H29XundJ4iBu6SxWwVnb0Be3InhCrYdRLnD7mdompYxNy16Koq3OCYxLsZf4dTxClJg 4KXBsSg42kng2JXgnqhqd6eoqhVUWjmji7eG1sF62hjWVfkM2BAhI0g2ja2Sxc6lK/oC Yst96psDSg8lhTx/1L92yMsYr6wasQBvYSHTqWEBiEQw3Xhn6cUc/7rNfIxsOhpWKIrF bzT+SeC2GMsgcvLv4M3sZqLZzz2gzFHQg/SjbxI+chEL9GR7BOcH95vPB+NLDlW4hgIt e6hA== 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=/GjZKEw0Cuuw6R+LZV2uW4IxWsCY3hZPjMZxgDpl/tQ=; b=2yzC2uXGtuCiD5JlKuXt05EcE5J6UE6QFDdKDTvFcC5mi+AYHSUoy0lPh6OdN/hPAa 2pXACKKqaJil4VQOhaEPrtjn6kvZpCoU3dN3E2PUqZ5lrtgE8U7wri01ldYwftgjZrTc wkWiaKXv+mxCMMfB48phAOR/A0AK5RRGYWVqFQVp3EtOEQxYWN/XXIi9j89yE0Z94zev 2jniAJJVbytB1nfp73SJIfv9KnSYG8/vGkhKmTQIy0Q92sjXNTha4vInC7lM1tDT/enr J+tp6h7C6+F3D7EZsBALrCidn9YHRcM98b/0U/EUoeIA4thdBbtmPZbJ+EWDpBoNTLoU HrHg== X-Gm-Message-State: AJIora9wxFCN/Cvq14MpKE0dPorg1VznfMzlJT9GRM2x0SIr+EUaS0Rb DmP8B+gMSz0rePoDQTw9SPMRvKXd5ONr4Q== X-Google-Smtp-Source: AGRyM1uTe9+WA1BLOEh5ShDhBu/4tWiOcY23BnP8Mjx0eKKf7Wigx/JPPLjpV6XnUisZN2u+E7G0fQ== X-Received: by 2002:a17:902:d2c9:b0:16d:37b3:f8c4 with SMTP id n9-20020a170902d2c900b0016d37b3f8c4mr1794392plc.76.1658526075594; Fri, 22 Jul 2022 14:41:15 -0700 (PDT) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id d3-20020a17090a6a4300b001e31fea8c85sm5945526pjm.14.2022.07.22.14.41.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 22 Jul 2022 14:41:15 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Honnappa Nagarahalli , Konstantin Ananyev Subject: [PATCH 06/11] ring: fix repeated word in comment Date: Fri, 22 Jul 2022 14:41:01 -0700 Message-Id: <20220722214106.162640-7-stephen@networkplumber.org> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220722214106.162640-1-stephen@networkplumber.org> References: <20220722214106.162640-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 Replace this this. 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) {