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 1E940A00C4; Tue, 26 Jul 2022 18:31:36 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 148E742B99; Tue, 26 Jul 2022 18:30:41 +0200 (CEST) Received: from mail-pl1-f177.google.com (mail-pl1-f177.google.com [209.85.214.177]) by mails.dpdk.org (Postfix) with ESMTP id 208BC42B88 for ; Tue, 26 Jul 2022 18:30:38 +0200 (CEST) Received: by mail-pl1-f177.google.com with SMTP id z3so13819719plb.1 for ; Tue, 26 Jul 2022 09:30:38 -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=ywRaejdBBboxPk/xWBrsnhr5QKClq5A6O8h+HAwJwp0llmPs34Rx7BIngVCk08JLax gJrZSEX9Ru7MFlTxoQLxuMBfvjzjN6gncNfvaxW+tBZ2tVOVLiSn/DjzREZx/SR6q18n TraT7kS4w/1LNPEf/knHCFdK0ksNtXv8wPP5oe0YZASpiD2aZAApOzv3o/fOFWRe8vYK 9GZNwpKaEnWLMTzs8o82hXiJD1aoXhSp0JKINPX7FGq2nRZavQrzlRxx2KIard5xEVox oxgx6f3FWKtzp40LSdhvfOcEYS2m8Hm97R8q4Vepp+/7sdABHWyTGYXpKPlpVVID53CF XxeQ== 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=xZgc5Lk7nswBq0gjHayGvXZp2m3g180MVHI5J8/EOEO+eNcqDj4zK39YFelJEYVJTq 2Wzk5x0CeFCYyq1pdCyL6cPObEtuPa2QDEVdb03mafxJMDBB3zeg479VvYdTW/mlMD/W EyjWYet6ZVBm1tqiPJVpg/6OoK3YQKPYdFLFQ4hqwf8pPLiZUD0vqxrpNlzneYHkAVL5 ygAa4Xnmrc9OtG7tY7cksRyHrW1TioX29Z7kDx2poxE7HMUU9LtdF3xvOeEQtZ89Cpwg 9QzsTxgOpXvQfKy4JQBY8jNrd4DVTImW/HaluS7TOIyZlkQnJopda3U5mPkbuWLq/Bp9 9xxw== X-Gm-Message-State: AJIora+Am42gWCyUzVOO6D5x9RglepJFzE61Yihk3wUuf2muthvbJnM8 tZ/NQcuN9gVyuiFCoH5kM6Xy+raiq5rbjw== X-Google-Smtp-Source: AGRyM1s6PY0jYrvWKwgA3uBkOE5++YQ5nrTeGOXAoGeCqF6Xouwa8ND6/Q1h8detKe3GGEmI+/EvWg== X-Received: by 2002:a17:902:8e84:b0:16c:dfce:f579 with SMTP id bg4-20020a1709028e8400b0016cdfcef579mr17982287plb.170.1658853037520; Tue, 26 Jul 2022 09:30:37 -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.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 26 Jul 2022 09:30:37 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , David Hunt Subject: [PATCH v3 10/20] remove repeated word 'worker' Date: Tue, 26 Jul 2022 09:30:10 -0700 Message-Id: <20220726163020.15679-11-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 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