fix typos using codespell utility
authorJerin Jacob <jerin.jacob@caviumnetworks.com>
Wed, 7 Jun 2017 05:05:06 +0000 (10:35 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 14 Jun 2017 21:54:13 +0000 (23:54 +0200)
commit98a7ea332ba3da0f74ec951595d36a616165b255
treeb01c01b178e2da9305cf0dc77b071841d3dceddb
parenteb0082450f8e6f5206c1ceaeb00f88f87663c19d
fix typos using codespell utility

Fixing typos across dpdk source code using codespell utility.
Skipped the ethdev driver's base code fixes to keep the base
code intact.

Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
133 files changed:
app/test-pmd/testpmd.c
devtools/cocci/mtod-offset.cocci
devtools/validate-abi.sh
doc/guides/nics/sfc_efx.rst
doc/guides/tools/cryptoperf.rst
drivers/bus/fslmc/portal/dpaa2_hw_pvt.h
drivers/bus/fslmc/qbman/qbman_portal.c
drivers/crypto/qat/qat_crypto.c
drivers/net/ark/ark_ethdev.c
drivers/net/bnx2x/bnx2x.c
drivers/net/bnx2x/bnx2x_stats.c
drivers/net/bnx2x/bnx2x_vfpf.h
drivers/net/bnx2x/ecore_hsi.h
drivers/net/bnx2x/ecore_init.h
drivers/net/bnx2x/ecore_sp.c
drivers/net/bnx2x/ecore_sp.h
drivers/net/bnx2x/elink.c
drivers/net/bonding/rte_eth_bond_8023ad.c
drivers/net/bonding/rte_eth_bond_pmd.c
drivers/net/bonding/rte_eth_bond_private.h
drivers/net/cxgbe/cxgbe_main.c
drivers/net/cxgbe/sge.c
drivers/net/enic/enic_main.c
drivers/net/i40e/i40e_ethdev.c
drivers/net/i40e/i40e_ethdev.h
drivers/net/i40e/i40e_rxtx.c
drivers/net/ixgbe/ixgbe_ethdev.h
drivers/net/ixgbe/ixgbe_fdir.c
drivers/net/nfp/nfp_net.c
drivers/net/qede/qede_rxtx.c
drivers/net/ring/rte_eth_ring.c
drivers/net/sfc/sfc_rx.c
drivers/net/tap/rte_eth_tap.c
drivers/net/thunderx/nicvf_ethdev.c
examples/Makefile
examples/bond/main.c
examples/cmdline/Makefile
examples/distributor/Makefile
examples/ethtool/ethtool-app/main.c
examples/ethtool/lib/rte_ethtool.c
examples/ethtool/lib/rte_ethtool.h
examples/exception_path/Makefile
examples/helloworld/Makefile
examples/ip_fragmentation/Makefile
examples/ip_fragmentation/main.c
examples/ip_reassembly/Makefile
examples/ipv4_multicast/Makefile
examples/kni/Makefile
examples/l2fwd/Makefile
examples/l3fwd-acl/Makefile
examples/l3fwd-power/Makefile
examples/l3fwd-vf/Makefile
examples/l3fwd/Makefile
examples/l3fwd/l3fwd_sse.h
examples/link_status_interrupt/Makefile
examples/load_balancer/Makefile
examples/multi_process/Makefile
examples/multi_process/client_server_mp/Makefile
examples/multi_process/client_server_mp/mp_client/Makefile
examples/multi_process/client_server_mp/mp_server/Makefile
examples/multi_process/l2fwd_fork/Makefile
examples/multi_process/l2fwd_fork/flib.h
examples/multi_process/simple_mp/Makefile
examples/multi_process/symmetric_mp/Makefile
examples/netmap_compat/Makefile
examples/netmap_compat/bridge/Makefile
examples/netmap_compat/lib/compat_netmap.c
examples/performance-thread/common/lthread_mutex.c
examples/performance-thread/l3fwd-thread/main.c
examples/qos_meter/Makefile
examples/qos_sched/Makefile
examples/quota_watermark/Makefile
examples/quota_watermark/qw/Makefile
examples/quota_watermark/qwctl/Makefile
examples/timer/Makefile
examples/vhost/Makefile
examples/vhost_xen/Makefile
examples/vhost_xen/main.c
examples/vhost_xen/xenstore_parse.c
examples/vmdq/Makefile
examples/vmdq_dcb/Makefile
lib/librte_bitratestats/rte_bitrate.c
lib/librte_compat/rte_compat.h
lib/librte_eal/common/eal_common_log.c
lib/librte_eal/common/include/rte_alarm.h
lib/librte_eal/common/include/rte_bus.h
lib/librte_eal/common/include/rte_malloc.h
lib/librte_eal/common/include/rte_time.h
lib/librte_eal/linuxapp/eal/eal_pci_vfio.c
lib/librte_eal/linuxapp/kni/ethtool/igb/e1000_82575.c
lib/librte_eal/linuxapp/kni/ethtool/igb/igb_main.c
lib/librte_eal/linuxapp/kni/ethtool/igb/kcompat.h
lib/librte_eal/linuxapp/kni/ethtool/ixgbe/ixgbe_api.c
lib/librte_eal/linuxapp/kni/ethtool/ixgbe/ixgbe_common.c
lib/librte_eal/linuxapp/kni/ethtool/ixgbe/kcompat.h
lib/librte_ether/rte_ethdev.h
lib/librte_hash/rte_cuckoo_hash.c
lib/librte_ip_frag/rte_ip_frag.h
lib/librte_ip_frag/rte_ipv4_reassembly.c
lib/librte_ip_frag/rte_ipv6_reassembly.c
lib/librte_kni/rte_kni.c
lib/librte_reorder/rte_reorder.h
lib/librte_timer/rte_timer.c
lib/librte_vhost/rte_vhost.h
lib/librte_vhost/virtio_net.c
mk/arch/i686/rte.vars.mk
mk/arch/x86_64/rte.vars.mk
mk/exec-env/bsdapp/rte.vars.mk
mk/exec-env/linuxapp/rte.vars.mk
mk/machine/atm/rte.vars.mk
mk/machine/default/rte.vars.mk
mk/machine/hsw/rte.vars.mk
mk/machine/ivb/rte.vars.mk
mk/machine/native/rte.vars.mk
mk/machine/nhm/rte.vars.mk
mk/machine/snb/rte.vars.mk
mk/machine/wsm/rte.vars.mk
mk/rte.vars.mk
mk/target/generic/rte.vars.mk
mk/toolchain/clang/rte.vars.mk
mk/toolchain/gcc/rte.vars.mk
mk/toolchain/icc/rte.vars.mk
test/test/test_cmdline_cirbuf.c
test/test/test_distributor.c
test/test/test_eal_flags.c
test/test/test_func_reentrancy.c
test/test/test_hash.c
test/test/test_interrupts.c
test/test/test_link_bonding.c
test/test/test_link_bonding_mode4.c
test/test/test_malloc.c
test/test/test_mbuf.c
test/test/test_spinlock.c