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 325FAA00C4; Tue, 26 Jul 2022 05:36:09 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2C97942B8D; Tue, 26 Jul 2022 05:35:23 +0200 (CEST) Received: from mail-pj1-f47.google.com (mail-pj1-f47.google.com [209.85.216.47]) by mails.dpdk.org (Postfix) with ESMTP id 0E90C42B75 for ; Tue, 26 Jul 2022 05:35:19 +0200 (CEST) Received: by mail-pj1-f47.google.com with SMTP id t2-20020a17090a4e4200b001f21572f3a4so12066043pjl.0 for ; Mon, 25 Jul 2022 20:35:18 -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=SslFw47QLIZa+E3YocDD6N/BJtzZ56YpO99ZTKa2up0=; b=Gp9r7cYYl8Tc4vw4Gl1zNcG7w7f1qtsRRiZQRmtynJK+JjJnTq6XL0XTc9yNMJfeJl gkEQMkSSvoHtbz8nNeWFkge3iN+dxSILf00rcO5ZaTH8oOoOHDbaU0zZSq36nYcYItWD ODyyE5er+fZzi6Xv2botBpoStQlCL/EhMsAlr7FDuERfJC5CzfxdXqSci1aXyL+/5rz+ TEK9NlyPKHzWpCu0/TESfuv0j3Sxp/hqm9FfhehvwgtlOVZm9qZvMbA14qFUbdR/4IFn bOd5lLAeyOCLDUhWxDgDZjEbjYMu9ImS5jZmfsMAxkKz7Eg3L8B7j0fjOLXu7q5cFjqM KpSA== 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=SslFw47QLIZa+E3YocDD6N/BJtzZ56YpO99ZTKa2up0=; b=dDLlg8dFuMTBNIP5Yw0zaqBz2lZwiRjxOxMILWFdnRyvBMVsVB18NbMc/q9VgmhQGb Z8pS+rh6lVGNBzgFMopvnZQzG9n1AG+Pdv64AhOQLHvHXIWYmEwvw9pkExJfzmbt48uV IWYyrhw9EqbSv7IwX6kC0xhyU4uS0YUDBJeh6/DKNUW1u/XRhGXm2tD4eKi/KQF12mhi w0lL0GZZlzKcw7jJYr08a+w/eONV+Mh1shsfcUa5KvlrugEsdStmZNwmt9Zq9aC0TQDA e2+nxSkD6LCRd7f5BThDHENcQVFCsUTAKsss9z5jv+kFYPx4es6mnytj/SfOhsn3XCx+ snmQ== X-Gm-Message-State: AJIora/xvj0ojGk7e67IO3MF+2ft259mhRnbAD7gZUxObkktxk9UEzI6 6+jNCQlH/qfmHTqeziycoClrdeOpslaOVw== X-Google-Smtp-Source: AGRyM1uY7dZx7BBotLhkpw0gZJpk+i4ArHgudDXEvMS7ixUXJjqsFVb+bFA3HPl7Nld72H7ZmtMD6Q== X-Received: by 2002:a17:90a:4e87:b0:1f2:1c52:4082 with SMTP id o7-20020a17090a4e8700b001f21c524082mr17447491pjh.237.1658806518122; Mon, 25 Jul 2022 20:35:18 -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.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 25 Jul 2022 20:35:17 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , David Hunt Subject: [PATCH v2 10/20] remove repeated word 'worker' Date: Mon, 25 Jul 2022 20:34:53 -0700 Message-Id: <20220726033503.65407-11-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/distributor/rte_distributor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/distributor/rte_distributor.c b/lib/distributor/rte_distributor.c index 3035b7a99925..967e27d35a49 100644 --- a/lib/distributor/rte_distributor.c +++ b/lib/distributor/rte_distributor.c @@ -575,7 +575,7 @@ rte_distributor_process(struct rte_distributor *d, } } - /* Add to current worker worker */ + /* Add to current worker */ unsigned int idx = bl->count++; bl->tags[idx] = new_tag; -- 2.35.1