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 5B3FDA00C4; Tue, 26 Jul 2022 05:36:49 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C103F42BB9; Tue, 26 Jul 2022 05:35:30 +0200 (CEST) Received: from mail-pl1-f178.google.com (mail-pl1-f178.google.com [209.85.214.178]) by mails.dpdk.org (Postfix) with ESMTP id B694142B8F for ; Tue, 26 Jul 2022 05:35:26 +0200 (CEST) Received: by mail-pl1-f178.google.com with SMTP id w7so12150286ply.12 for ; Mon, 25 Jul 2022 20:35:26 -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=J+0RI+TU7wPWajRJYGQROB0hrkZVgXNf25RWjQoeEqYomAuKAy1JBi6IaWYlSXa3/F Ier9x1Sq80JpS3KrDQhukBbgW5QjgKvRJopDYkkQHt6v3FG7rPWYupcmngQTE1540YRz oGQEkyP/4AbJgo82guOSjWLnzEXHHQNNisnXgCI9j+xRvhJ3ysJSlUeB9ZOZ4OIHUPqR zgfiBW1UcDk9grO92jZmgoFx/j9fBOi/T3xd9SYGv4VyaJh7D+oDHTTntTxT++PZbEem F0u0Vs93sJX04wJxzS5+LhY6WgSzWHquz2u0d8bU2lU0d8t2T6gPntXEcFjKEx8T6ZtK pTuQ== 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=Z008JtVQ9xj+H+eIYhU4KFmhOcaxfz7zX3sVu1uAy9qOQ7tPwOpg6+67Z8g8gHLATu kKHfsHqugttZua+7ASm/XDL6nsEbzOnsVujNtoLKuNVhST+Gi+ycHQUt6e0mnKXZ35AT 8QAZooordK4MDj6f0Z9Y5Bdb1ypsTvpSnNPDDc12T8pvqbMYuQyRE8gRoZVAKm0vYC1/ Le7zXCl9e20dVc53lx7bzwbRZRo3Xmulp7nf534chCJcUfAD/RoEbvX+pZmMNLw8hOyH aAQt9IhayMBusuP7uYBM+fkJcBlPkpdqPotUIAYtcfMm94s3XyPQxr8zeWstSs9t1suc yaYw== X-Gm-Message-State: AJIora8Wk/wX9F9FJAAERXEp3HUori4tkVXYmA+TuoAmrcSK3Aws/qE4 anz8ZSueQg/KdFVniw4hOHGQgZ0xg9k7WA== X-Google-Smtp-Source: AGRyM1sTkPVxY7/aKnriZQ6VrLJ5tXh61N/BRcuhSKZKnOiiX3RdSXlmRW4ie3QmIqOlspLl9GwPrA== X-Received: by 2002:a17:90b:4ac1:b0:1ef:c1ba:e73e with SMTP id mh1-20020a17090b4ac100b001efc1bae73emr35355803pjb.47.1658806525830; Mon, 25 Jul 2022 20:35:25 -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.25 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 25 Jul 2022 20:35:25 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Konstantin Ananyev Subject: [PATCH v2 18/20] remove repeated word 'expected' Date: Mon, 25 Jul 2022 20:35:01 -0700 Message-Id: <20220726033503.65407-19-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 --- 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. -- 2.35.1