From patchwork Wed Feb 22 16:25:37 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 124397 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 7852041D40; Wed, 22 Feb 2023 17:27:31 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BA8BB43140; Wed, 22 Feb 2023 17:26:09 +0100 (CET) Received: from mail-pj1-f54.google.com (mail-pj1-f54.google.com [209.85.216.54]) by mails.dpdk.org (Postfix) with ESMTP id D34B843063 for ; Wed, 22 Feb 2023 17:26:00 +0100 (CET) Received: by mail-pj1-f54.google.com with SMTP id c23so4679840pjo.4 for ; Wed, 22 Feb 2023 08:26:00 -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=++GeH+Gp6jmJ2GcJda/nz4MVXl3FbZMUUTZwvd3CE+8=; b=wymLU0BM04giFBpE1MfaIS+VVUzgKJJyLbTt9jf5LEtrbUK/7Z7I2ieobh5yGaZ1iN trf7Unpz9NqdYWqEw9xi0V/kBew4falmHbVMpNfWxDi6LVrTY217mOz8Gu93zpQtRMTF dKx9jNa1GEmlRSBxIlNRA6Yo5BX95m8WafGPmtBCU0Bgz1pEeJl3kzlchkUoiRBVX73r iZ5S2joTbVdM8GQ8lOJllV5RNjboHVWU8rCClNzKb8QizOANTuy1hlCniM6unvKWIO1S AXvYsiUx0sUMAuW/LY/xatVt8CFcjccafIyt4MXCReWnUyTdvclVMkpA3Wiy2ewPHT+Q UhwA== 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=++GeH+Gp6jmJ2GcJda/nz4MVXl3FbZMUUTZwvd3CE+8=; b=6+JCsuPVgxdfsBQrJqF986n+TTvMq5wW9Og/ER5bMdT7ohpww6vYNR5BRzr1Rwjze6 atlk1qg8irvKdm+GvoPZ7z5ub1orXFojO9RQuxNHu8Q1yaO294Nixu5zWlC37ZGFNhLK 4JHMfldv1BsMC45gIBF8AoFUb7TlQQSQHa5eTary5JioNLdnxo3rlCT+ZEeQpAYiHC4h RmwPA4/196+U5R9xJq0tKMW7MYK+lc0rOMBr9ag1wSHsugx28TK+jfqPBQDOR8DJN0Bd YO/tSwrWT7GR+S6ITNbgzPIp6ZL/5wztEKCwDfANe9QUOO1e/2rp4OGMAdrNBSBhzAob xRrA== X-Gm-Message-State: AO0yUKXnQH9o+mIEJvhDdFGMl1sseB5c1Vl4WKm6qFQSNNx8IEAowxq7 Hugm2PaNdiWzFVHPTdDroTkDTas/zsp+DFGDlH4= X-Google-Smtp-Source: AK7set/kv3rIHOayI27yxacp+KTWKbua89yikbM3RI++6x2YemrACrmEQE+Ei/zHb2gfqVxr7sLz1A== X-Received: by 2002:a17:902:ccc4:b0:19a:80f1:35e2 with SMTP id z4-20020a170902ccc400b0019a80f135e2mr7482129ple.4.1677083160083; Wed, 22 Feb 2023 08:26:00 -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.25.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 22 Feb 2023 08:25:59 -0800 (PST) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Konstantin Ananyev Subject: [PATCH v4 17/19] remove repeated word 'expected' Date: Wed, 22 Feb 2023 08:25:37 -0800 Message-Id: <20230222162539.127103-18-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 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.