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 26CEDA00C4; Tue, 26 Jul 2022 05:36:59 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8C9A042BC2; Tue, 26 Jul 2022 05:35:32 +0200 (CEST) Received: from mail-pl1-f176.google.com (mail-pl1-f176.google.com [209.85.214.176]) by mails.dpdk.org (Postfix) with ESMTP id 5A74C42BAE for ; Tue, 26 Jul 2022 05:35:28 +0200 (CEST) Received: by mail-pl1-f176.google.com with SMTP id c13so5468801pla.6 for ; Mon, 25 Jul 2022 20:35:28 -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=Fp+pCrm7PyK8IH/CTCe5wMEdQFPqeL37hYpDw6YHmtM=; b=qbk+Cjbjt2HmAbUTtjNDiE9VE4TdvRFQkawLsAinTrLWnZCGhv529yv74t7wVyexlC /5tUfyovpwE2tKcGf54N/07D5M0NTmRbMTXdJjNJkijtYGv01ZFlAiZUvgQXpgrFK0gu PVbVoE85nGrwjeHF2CwF5rCdY+xxR83ktgWglO7Je0gLLEYlEi1d7DswkmKYTuA6pYSM nzs9Ow3LztoVkchKGxrtS1bwy7PYlpNd6ETnSeu8p3uVjm0U/4IPFqNvuVHe0gRuYlbp YwL5sSwzZywgffWTpxWQ3XssYCCj0SVvkqpznWG8cX+NY2V2AITdUGoiCU0CXlapxclo WiVA== 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=Fp+pCrm7PyK8IH/CTCe5wMEdQFPqeL37hYpDw6YHmtM=; b=X9dEKofSqeBQCYMITJLvGHtIiiwpE54tOK9O7QI/Fe3CwpbK4NnbLuxXGGXeBNkhFz oh6Fpylj6ZfQckMWBp0KuvxR5GYs0XQ/PssymKKsqO/Gz5C/9ACTCEeVf3tbRRbBLI6M 3LmnpKG1itKz+NlJpolyNrtsqASDA+jatr8hVEX7Ov9AY89MsrnZF1VFkuLjjY85KU5N wVzdbYVDdyZj/IYw5IlGHqidn2xGzMcXKCnJ1vnhVd+SEOAi/g7ETg0P6XylPEx/WmQ0 7sXLZDgbzsjMWSGe1+J8BM1Dwf9uefXzOu23DEJ3OqNJtqiThr5onakMj2B7I1fP8HIC cbKA== X-Gm-Message-State: AJIora86uK5JNeZsVlbD5X3chiZaduEVrkIxkSIzIoYenEqaHQm7FkbA T50r77Vxw/EkFODFzZj33rzPgtzxlKeIYA== X-Google-Smtp-Source: AGRyM1uITRfhteb+PXWNHDzRtZhbV0UgYW5U6Accu3yak5mkI0uESmHVIt4RIE9ErtNgQbT0L2A6Xw== X-Received: by 2002:a17:903:2442:b0:16c:52f1:d29 with SMTP id l2-20020a170903244200b0016c52f10d29mr14657211pls.46.1658806527772; Mon, 25 Jul 2022 20:35:27 -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.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 25 Jul 2022 20:35:27 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Rasesh Mody , Shahed Shaikh Subject: [PATCH v2 20/20] remove repeated word 'all' Date: Mon, 25 Jul 2022 20:35:03 -0700 Message-Id: <20220726033503.65407-21-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 --- drivers/net/bnx2x/ecore_sp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/bnx2x/ecore_sp.h b/drivers/net/bnx2x/ecore_sp.h index 1f4d5a3ebe29..c0b4d431c879 100644 --- a/drivers/net/bnx2x/ecore_sp.h +++ b/drivers/net/bnx2x/ecore_sp.h @@ -787,7 +787,7 @@ struct ecore_vlan_mac_obj { /** * Delete all configured elements having the given * vlan_mac_flags specification. Assumes no pending for - * execution commands. Will schedule all all currently + * execution commands. Will schedule all currently * configured MACs/VLANs/VLAN-MACs matching the vlan_mac_flags * specification for deletion and will use the given * ramrod_flags for the last DEL operation. -- 2.35.1