mbox series

[00/18] comment spelling errors

Message ID 20210909175648.174258-1-stephen@networkplumber.org (mailing list archive)
Headers
Series comment spelling errors |

Message

Stephen Hemminger Sept. 9, 2021, 5:56 p.m. UTC
  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.

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: fix spelling errors in comments
  test-pmd: 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_compressdev_test_buffer.h   |  4 ++--
 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_validate.c                    |  4 ++--
 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 ++--
 46 files changed, 67 insertions(+), 67 deletions(-)