From patchwork Tue Jul 26 16:30:18 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 114242 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 F06D7A00C4; Tue, 26 Jul 2022 18:32:29 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 99AF242BC3; Tue, 26 Jul 2022 18:30:49 +0200 (CEST) Received: from mail-pf1-f171.google.com (mail-pf1-f171.google.com [209.85.210.171]) by mails.dpdk.org (Postfix) with ESMTP id D9DD242BB0 for ; Tue, 26 Jul 2022 18:30:47 +0200 (CEST) Received: by mail-pf1-f171.google.com with SMTP id w185so13709536pfb.4 for ; Tue, 26 Jul 2022 09:30:47 -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=jsK/A8mZgD+ImOFWkpUxzb7ClQxYoUz2id6WzkUzWqo=; b=byl5EwCdO5Vi7hnS6HDmvrjBiSLLlcF+Rygi+oIrk6atHKF2ddqkg6xXzkYD6VR8CA MXfNIULJIte4cN7Cj6pKQntslsgay61Nk3xdh+6qEV+hSWWPVwzOsHj5GUQzznqwr8E5 cwh2ytrpfdatLAquz467ap9OO49ARvv1WRJ51NMZab6j8ZCkglpZFietdtp8lknzXC7t UHGUvxddKur+4k7sW7L5k/ZfFg6M6gqcF/YpZ2bNjiDHc+fpbd/xOVpB7MRmMhcjOyhZ gGCiNki8g5OoPa/t9JlRdzSNMp2WJK/R9Emf1F3NPGraXX8wquG+Bf2vBr7A/fpASfXA BcvA== 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=jsK/A8mZgD+ImOFWkpUxzb7ClQxYoUz2id6WzkUzWqo=; b=4LS6ubn4IJ8kjDdpRlyIhgu2a9CwU8rwXkenISSOuPmfkhxGdHgPyzvVVM9wjGB7rb RPuFvlqgmz+3GjCj59SqX1Y7yO6yrmuYc8ybPiFr8T+UzkJJ+zag4PoJyl4brOHrmHBZ znjoMTzGyygK2ZtVWL5oUosF3XWGLq6D9NGKO+N7jyXJ+d8lJSEB1ohr3Zj3Cu7OZQqZ NdGa8mZEECkCHu8qxzb+au0weC7mc8gG6G7I3bvzSdXRjLZyuuoaV4xrtjMqnWeQ7pGp XCsdxVJ2uFBnLMNKK/lzxrdLb0C28KPT0rxY7y5fBvm5NgsHnuz2vt8xSy+ISQkqI48q ItJA== X-Gm-Message-State: AJIora+FzKOeSRIU+JAB1+D32tP5bm+cDERbyahRcYMiJdUc+Nh37PRC Qhxi8a99P6g2aQWanZvEmoZ5eXAJLbcVPQ== X-Google-Smtp-Source: AGRyM1upcKTjk7rr5knNbVIH9V3usI9kWkd7qsXfoKFc1IsZuj5dP/Vtdb3a9kxSDuP7T/J4YRpShw== X-Received: by 2002:a63:f14c:0:b0:41a:b83d:a636 with SMTP id o12-20020a63f14c000000b0041ab83da636mr13947142pgk.361.1658853046958; Tue, 26 Jul 2022 09:30:46 -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.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 26 Jul 2022 09:30:46 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Konstantin Ananyev Subject: [PATCH v3 18/20] remove repeated word 'expected' Date: Tue, 26 Jul 2022 09:30:18 -0700 Message-Id: <20220726163020.15679-19-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 Found by doing duplicate word scan. Signed-off-by: Stephen Hemminger --- lib/bpf/rte_bpf_ethdev.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bpf/rte_bpf_ethdev.h b/lib/bpf/rte_bpf_ethdev.h index 135062c9e13c..1cca2e6c95a2 100644 --- a/lib/bpf/rte_bpf_ethdev.h +++ b/lib/bpf/rte_bpf_ethdev.h @@ -99,7 +99,7 @@ rte_bpf_eth_rx_elf_load(uint16_t port, uint16_t queue, * @param prm * Parameters used to create and initialise the BPF execution context. * @param flags - * Flags that define expected expected behavior of the loaded filter + * Flags that define expected behavior of the loaded filter * (i.e. jited/non-jited version to use). * @return * Zero on successful completion or negative error code otherwise.