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 6019D41D40; Wed, 22 Feb 2023 17:27:42 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0BAB54314D; Wed, 22 Feb 2023 17:26:12 +0100 (CET) Received: from mail-pj1-f53.google.com (mail-pj1-f53.google.com [209.85.216.53]) by mails.dpdk.org (Postfix) with ESMTP id E8A8C43112 for ; Wed, 22 Feb 2023 17:26:02 +0100 (CET) Received: by mail-pj1-f53.google.com with SMTP id nt5-20020a17090b248500b00237161e33f4so6936431pjb.4 for ; Wed, 22 Feb 2023 08:26:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=PE5xuoDUtQH0Ve6Yn8qGQPdHg8/QB1VXl4joU7xk8Jg=; b=Z+aO68yPoLzWQeRpS51AMea0zwBqMpGHnYxpJGXLD1jtd6c1W9BXQxr7uTnyCMlBLQ 0bkfgdK8E3H+5NpsmHfIZv6NSv5+J+dcXsf3+VvNXQFKZxfVovh2T2jI8Q2gRY6TQXKZ BrYvw2VkHkDyI5yl8Ibv1++X2vsk4aUOy2ZdafuwUOXR03mtyLc+iHUEB0vltycV/igY 6ygVQhThpn1fkT0nJcmhxPNohHLZRGSStCViHDmoUVrAlyTlwxIavxLf0lT1eFAyppHS d6xJit3CIaIgo17GlnPzS/HAScehNlFFa9LD8HCArH/qTAxFLrKa9BJuQ5N2KyddCazS RMCQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=PE5xuoDUtQH0Ve6Yn8qGQPdHg8/QB1VXl4joU7xk8Jg=; b=27WGCH5WgqRT2ac06LjgTtMJwh/4lNDpIT9Smi5+Xc2LBAWgUwYXkpCALmUz4B9zb+ sBh5UI9jKgS4C2SdeaAVNIq2LY8zlc4GQuPx5iNJOEXLFL+XNuiUGukh6OpoPHjpRutO lMMZ2LagqEgnkVRpi7z5h/1r0i3gLQYz2AUegTqguBsa3FMzAzK3V9RdgJ2vSbho7Rnf 14G/JLPyFr9ZZS6Oef+wn6jm4xCeg3RoRMgogf28JPCZt7r4aK0+RwVSUsFk+BVHvFm7 MVwtWiAn6gr0QEJdBlFNqjtGA8p/DtQk/M+7QgMHVQ0K9P6aYreyeOk/GNzCq7MmkteI KGTQ== X-Gm-Message-State: AO0yUKXeOuqJjkhaXz5w5pUPyCUWHIXjYv2Gy5ShSC2WO+aIGW0FXdyB lzwUenFWEulgUf+Cm04WF02e5aiQ0kTOIN3uxF8= X-Google-Smtp-Source: AK7set8DxSFhGChx0rIRNXw6lbGv56wmbW889nCkcdrrf+NRFS6vYDquv6TJRInp3gLUJIHjQ+Gp/g== X-Received: by 2002:a17:902:c943:b0:196:5787:d73a with SMTP id i3-20020a170902c94300b001965787d73amr11177856pla.53.1677083161882; Wed, 22 Feb 2023 08:26:01 -0800 (PST) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id p5-20020a170902a40500b0019adfb96084sm1510781plq.36.2023.02.22.08.26.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 22 Feb 2023 08:26:01 -0800 (PST) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Rasesh Mody , Shahed Shaikh Subject: [PATCH v4 19/19] remove repeated word 'all' Date: Wed, 22 Feb 2023 08:25:39 -0800 Message-Id: <20230222162539.127103-20-stephen@networkplumber.org> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230222162539.127103-1-stephen@networkplumber.org> References: <0220722214106.162640-1-stephen@networkplumber.org> <20230222162539.127103-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.39.1