From patchwork Tue Jul 26 16:30:04 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 114228 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 2101FA00C4; Tue, 26 Jul 2022 18:30:54 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 00E8342B75; Tue, 26 Jul 2022 18:30:32 +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 63D2A40E0F for ; Tue, 26 Jul 2022 18:30:30 +0200 (CEST) Received: by mail-pl1-f177.google.com with SMTP id z3so13819312plb.1 for ; Tue, 26 Jul 2022 09:30:30 -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=+a1HinTPB7dw6UOQiAHP4kDH30uHjzjiBPXEgEcSr+E=; b=8G8w4/c/3HPtROCWwsnybM6ForDaeKerlhcgi367EmEpoC0xZXQisfisrx8zDzagFy 7SxHFuHpzQKhpZrXNAUx7PLRWF0uxpeibGB3AAcYxpaF2IUKL9aFo8gVQVtMh8ttvV42 +kzzPfla70BzJmu+uiNlBAx4fJaCv/FOgM4RZ9L/q6UWasY/bHCgPsvOHJag7+qQV2KR 2D2rfXM0NC87EqD23bLOWAhwQuRlZ7FHelG4/B2IONLaDEWQZkP9mhBt37X5v5FKD+i5 wL2iUfasv7vs2z+u7Xa+9go/8k/V3XpWYoAPGiiSD05U/sCcaiQ91YfPgIJt5WLzh+MT 2lCA== 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=+a1HinTPB7dw6UOQiAHP4kDH30uHjzjiBPXEgEcSr+E=; b=CVEMBUBdSCsBREXVdDF1V3mGvEIwQhs3Y8egtbZVivYOST7TVc2kCQo8kV+mqf+/4K DBT3i8Gt9QuMCxVZnSwela+yhWXJteN3A5G43qEg38M6d08Zm23Vr9QgLS5d4AAAv0IE 2SCHTv4hZIK85P/jszNwVHeZliVchdgcKbovMYl+QhKo120yY9G8HhrtewiLra47LIWh ie5QLDR39e9CkoumKpyetMkN3MgyzloFiPuV97Fwx1ndSWHiDcA69FQguDlx3OsJjpd1 sUDaJ5qHUdnlXtjgf8IGjIVU0xEzuzq3urwjXPt0y/ZzgYsOrwaZ9EG12imP357CXdUg BY0w== X-Gm-Message-State: AJIora+Twcv+rAqjehi4oPo/KeYPDFx/0MIQCTn2yECH3y4OZGubimAu OpeqquKKef/i+x+v2/9ULF7ERBJBzeRuiA== X-Google-Smtp-Source: AGRyM1t3KTIIywzvpTTfNq+t83ZqLkywnL7oEmbBHfttkgsq+gJLlq97iSi4/osKG7Fm7wod/3eTsw== X-Received: by 2002:a17:90b:1b42:b0:1f0:447f:995c with SMTP id nv2-20020a17090b1b4200b001f0447f995cmr45297pjb.200.1658853029478; Tue, 26 Jul 2022 09:30:29 -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.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 26 Jul 2022 09:30:29 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Liron Himi , Zyta Szpak Subject: [PATCH v3 04/20] remove repeated word 'same' Date: Tue, 26 Jul 2022 09:30:04 -0700 Message-Id: <20220726163020.15679-5-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 The word 'same' is duplicated in comment. Signed-off-by: Stephen Hemminger Acked-by: Liron Himi --- drivers/net/mvneta/mvneta_ethdev.c | 2 +- drivers/net/mvpp2/mrvl_ethdev.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/mvneta/mvneta_ethdev.c b/drivers/net/mvneta/mvneta_ethdev.c index eef016aa0b65..fc13b2547f31 100644 --- a/drivers/net/mvneta/mvneta_ethdev.c +++ b/drivers/net/mvneta/mvneta_ethdev.c @@ -350,7 +350,7 @@ mvneta_dev_start(struct rte_eth_dev *dev) mvneta_stats_reset(dev); /* - * In case there are some some stale uc/mc mac addresses flush them + * In case there are some stale uc/mc mac addresses flush them * here. It cannot be done during mvneta_dev_close() as port information * is already gone at that point (due to neta_ppio_deinit() in * mvneta_dev_stop()). diff --git a/drivers/net/mvpp2/mrvl_ethdev.c b/drivers/net/mvpp2/mrvl_ethdev.c index 735efb6cfc06..19a4e3b8c329 100644 --- a/drivers/net/mvpp2/mrvl_ethdev.c +++ b/drivers/net/mvpp2/mrvl_ethdev.c @@ -858,7 +858,7 @@ mrvl_dev_start(struct rte_eth_dev *dev) } /* - * In case there are some some stale uc/mc mac addresses flush them + * In case there are some stale uc/mc mac addresses flush them * here. It cannot be done during mrvl_dev_close() as port information * is already gone at that point (due to pp2_ppio_deinit() in * mrvl_dev_stop()).