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 84059A0C45; Mon, 13 Sep 2021 18:10:31 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D296140151; Mon, 13 Sep 2021 18:10:30 +0200 (CEST) Received: from mail-pg1-f174.google.com (mail-pg1-f174.google.com [209.85.215.174]) by mails.dpdk.org (Postfix) with ESMTP id 151FA4014F for ; Mon, 13 Sep 2021 18:10:28 +0200 (CEST) Received: by mail-pg1-f174.google.com with SMTP id f129so9908071pgc.1 for ; Mon, 13 Sep 2021 09:10:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=XxGqdVLyQAMluiI5aYfv6N12MHKCHz6scbI9cW75rL0=; b=u6hIKGRDOUZKfAjsNZHmE/OYpeObGgs8RPPNV9w7tN1uANWE1Hd9dPLiB79R9hK/47 nu2N7RYJg1maq7WD0u6gamJ64ohOK2Gibj/hWncz//qHJpnS2U3zCT0wAVvdL9VXLOZ4 5H2OL66uBappAFCObbWEOEsYm7o2n+Z31diKeDqXiniysg1F1ehIo7O9DCSvN6xxhGzW kARBr+IENSGHKqM9uxk7vJr5bwF2DmCxThHD/K46ToExe/pILhUiT/nrfz3QztM4qZ5u jeQJ1rMyAFMav9G5kizskBrtz4NOiLuCOLmCnJAc8KDQTBslY2XfgrASKZkDAgEdvbR6 W48g== 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=XxGqdVLyQAMluiI5aYfv6N12MHKCHz6scbI9cW75rL0=; b=6/73YRtr/FnT0blRz05mEN+8RkZ9M84omPlux+LvQB2ZRuxOc2gdSp7vWS61eUw2DQ +cuw28StM6ZEB83T28a8P/qkWeqCVDvnVI+sCDdnnht/JAEQzCgFbLi9pK6CiMAmQ/qp SYQmKFI33w9HJXJB3cnGoO50EXfgZ4NkukjwRUWRq/PAenSyPAEqMnO7cyQtqEBWmcO6 4rOmsr+hOED/mvzr7xazyNIgx3OEHiP8n3pchICcBHtgQk8vLAPIuGErfhMq2Jx/xTQC +70mEHJ4L1ALlq15a83BoVzKffqTQZeBpLCRqVxP2+uzdEswL3Ee2h2y0zOkz4zhQzv6 OfYw== X-Gm-Message-State: AOAM5331TwYNxdvKbGgNwqHTCVQ5Ib1RdsgZUCkq1MsI1gtbs7mRy3ZU 7bQBNqlps7Q49FTB+weeegkElXjduPTGUg== X-Google-Smtp-Source: ABdhPJwUaf7vCz1n3FY4RZG5iRbR0BEvjAlZ82QGTv0BdrL9e0SJ1Ghb8cEVS271QLUK0LW6X3PHQg== X-Received: by 2002:a65:6107:: with SMTP id z7mr11747034pgu.43.1631549427428; Mon, 13 Sep 2021 09:10:27 -0700 (PDT) Received: from hermes.local (204-195-33-123.wavecable.com. [204.195.33.123]) by smtp.gmail.com with ESMTPSA id i5sm7070851pjk.47.2021.09.13.09.10.26 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 13 Sep 2021 09:10:26 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Mon, 13 Sep 2021 09:10:07 -0700 Message-Id: <20210913161025.10490-1-stephen@networkplumber.org> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210909175648.174258-1-stephen@networkplumber.org> References: <20210909175648.174258-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v2 00/18] fix spelling errors 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 Sender: "dev" After finding a few typos in BPF, decided to cast a wider net and fix lots more places. These are all contained to typos in strings or comments. v2 - more spelling fixes in bpf library Stephen Hemminger (18): node: fix typos ipsec: fix spelling errors eventdev: fix typo in comment power: fix typo in comment rcu: fix typo in comment bpf: fix spelling in comments acl: fix spelling errors eal: fix typos in comments net: fix spelling error in gtp comment bbdev: fix typo in comment pipeline: fix spellin error in comment hash: fix typo in comment rib: fix typo in comment sched: fix typo in comment vhost: fix typo in comment ip_frag: fix typos test-pmd: fix spelling errors in comments test: fix spelling errors in comments app/test-pmd/cmdline.c | 2 +- app/test-pmd/config.c | 4 ++-- app/test-pmd/icmpecho.c | 2 +- app/test/test_atomic.c | 2 +- app/test/test_barrier.c | 2 +- app/test/test_bpf.c | 2 +- app/test/test_compressdev.c | 2 +- app/test/test_func_reentrancy.c | 6 +++--- app/test/test_ipsec.c | 2 +- app/test/test_link_bonding.c | 2 +- app/test/test_lpm.c | 6 +++--- app/test/test_lpm6.c | 14 +++++++------- app/test/test_malloc.c | 4 ++-- app/test/test_mbuf.c | 2 +- app/test/test_mempool.c | 2 +- app/test/test_mempool_perf.c | 2 +- app/test/test_meter.c | 6 +++--- app/test/test_pmd_perf.c | 2 +- app/test/test_timer.c | 2 +- lib/acl/acl.h | 4 ++-- lib/acl/acl_bld.c | 2 +- lib/acl/acl_run_avx2.h | 2 +- lib/bbdev/rte_bbdev.c | 2 +- lib/bpf/bpf_jit_x86.c | 2 +- lib/bpf/bpf_load_elf.c | 2 +- lib/bpf/bpf_pkt.c | 2 +- lib/bpf/bpf_validate.c | 8 ++++---- lib/eal/include/rte_function_versioning.h | 2 +- lib/eal/windows/include/fnmatch.h | 2 +- lib/eventdev/rte_event_timer_adapter.c | 2 +- lib/hash/rte_thash.c | 2 +- lib/ip_frag/rte_ipv4_reassembly.c | 2 +- lib/ipsec/esp_inb.c | 4 ++-- lib/ipsec/esp_outb.c | 2 +- lib/ipsec/ipsec_sad.c | 2 +- lib/ipsec/sa.c | 2 +- lib/ipsec/sa.h | 2 +- lib/net/rte_gtp.h | 6 +++--- lib/node/ethdev_rx_priv.h | 2 +- lib/node/ethdev_tx_priv.h | 2 +- lib/node/ip4_rewrite_priv.h | 2 +- lib/pipeline/rte_swx_pipeline.h | 2 +- lib/power/power_acpi_cpufreq.c | 2 +- lib/rcu/rte_rcu_qsbr.h | 2 +- lib/rib/rte_rib6.c | 2 +- lib/sched/rte_sched.c | 2 +- lib/vhost/rte_vhost.h | 4 ++-- 47 files changed, 69 insertions(+), 69 deletions(-) -- 2.30.2