From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qg0-f52.google.com (mail-qg0-f52.google.com [209.85.192.52]) by dpdk.org (Postfix) with ESMTP id 3D78BBDC2 for ; Thu, 4 Jun 2015 16:43:28 +0200 (CEST) Received: by qgep100 with SMTP id p100so17615714qge.3 for ; Thu, 04 Jun 2015 07:43:27 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=D1mp0K32or0RLN89eu4kMRhflh0eLnxiPv6Vl7yW+BY=; b=CAzqmA1dbtGHZa9lf54lsrULSEgCqOWFKXzUmRrr9Bt/Fqw90XcFlE1RqNEzXi8XZd b8CKg7I1KvDfa63706DLhL6pD60rRssZqidr2CiYdbXWGZKyXQWQE443onFfIFItYMLc hiUpwAUydoYYLcU+vMtdMt7ejyvUHugpXUyvC2SXPX0BnY815PunYZdIpqLPV8Pnc7Pg xA8OuurjSjcA4frbG7BR7W1gJNKwpGuTYaGi1wmE6yb96AN4U2aRKn1WrOR8+d4GO3lf oDCleXOtDHDQpIKiTUx8HEHVuOsc2M6gXISa0af4GuKyLBi/4nL6rRC5vKWg5vROzhQ4 VDNw== X-Gm-Message-State: ALoCoQlI9xvATrdycPJCZZbvhuCc+Z2xqwuJC0vK/9U1iIbZeexCy5IjaRiCbpkfh1/bW4d8LttL X-Received: by 10.140.20.99 with SMTP id 90mr42877152qgi.87.1433429007766; Thu, 04 Jun 2015 07:43:27 -0700 (PDT) Received: from urahara.home.lan (static-50-53-82-155.bvtn.or.frontiernet.net. [50.53.82.155]) by mx.google.com with ESMTPSA id d24sm2469320qkh.45.2015.06.04.07.43.26 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 04 Jun 2015 07:43:27 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Date: Thu, 4 Jun 2015 07:43:18 -0700 Message-Id: <1433429007-4640-1-git-send-email-stephen@networkplumber.org> X-Mailer: git-send-email 2.1.4 Cc: Stephen Hemminger Subject: [dpdk-dev] [PATCH 0/9] whitespace cleanups X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Jun 2015 14:43:28 -0000 From: Stephen Hemminger Ran the current code base through a script which: - removes trailing whitespace - removes space before tabs - removes blank lines at end of file Stephen Hemminger (9): kni: fix whitespace eal: fix whitespace cmdline: fix whitespace vhost: fix trailing whitespace lib: fix misc whitespace app: fix whitespace examples: fix whitespace mk, scripts: remove useless blank lines drivers: fix whitespace app/cmdline_test/cmdline_test.py | 3 +- app/cmdline_test/cmdline_test_data.py | 1 - app/test-pmd/csumonly.c | 1 - app/test-pmd/mempool_anon.c | 4 +- app/test-pmd/testpmd.c | 8 ++-- app/test/autotest.py | 1 - app/test/autotest_data.py | 28 ++++++------- app/test/autotest_runner.py | 41 ++++++++++--------- app/test/autotest_test_funcs.py | 1 - app/test/process.h | 12 +++--- app/test/test_acl.h | 4 +- app/test/test_sched.c | 8 ++-- drivers/net/e1000/em_rxtx.c | 1 - drivers/net/e1000/igb_rxtx.c | 1 - drivers/net/pcap/rte_eth_pcap.c | 2 +- examples/cmdline/commands.c | 1 - .../config_files/shumway/dh89xxcc_qa_dev0.conf | 2 - .../config_files/shumway/dh89xxcc_qa_dev1.conf | 2 - .../config_files/stargo/dh89xxcc_qa_dev0.conf | 2 - examples/kni/main.c | 1 - examples/l2fwd/main.c | 1 - examples/l3fwd-power/main.c | 8 ++-- .../client_server_mp/mp_server/args.c | 1 - examples/netmap_compat/lib/compat_netmap.c | 6 +-- examples/qos_sched/app_thread.c | 2 - examples/qos_sched/args.c | 1 - examples/qos_sched/cfg_file.c | 2 - examples/qos_sched/main.c | 1 - examples/qos_sched/main.h | 2 +- examples/qos_sched/stats.c | 1 - examples/quota_watermark/qw/init.c | 2 +- examples/quota_watermark/qw/init.h | 1 - examples/vhost/main.c | 9 ++--- examples/vhost_xen/main.c | 16 ++++---- examples/vhost_xen/vhost_monitor.c | 6 +-- lib/librte_cmdline/cmdline_cirbuf.c | 1 - lib/librte_cmdline/cmdline_parse.c | 1 - lib/librte_cmdline/cmdline_rdline.c | 1 - lib/librte_compat/rte_compat.h | 8 ++-- lib/librte_eal/bsdapp/contigmem/contigmem.c | 1 - lib/librte_eal/bsdapp/eal/Makefile | 1 - lib/librte_eal/bsdapp/eal/eal.c | 1 - lib/librte_eal/bsdapp/eal/eal_interrupts.c | 1 - lib/librte_eal/common/eal_common_hexdump.c | 3 +- lib/librte_eal/common/eal_common_launch.c | 1 - lib/librte_eal/common/eal_common_log.c | 1 - lib/librte_eal/common/include/generic/rte_cycles.h | 8 ++-- lib/librte_eal/common/include/rte_hexdump.h | 20 +++++----- lib/librte_eal/common/include/rte_interrupts.h | 1 - lib/librte_eal/common/include/rte_memory.h | 2 +- lib/librte_eal/common/include/rte_pci.h | 10 ++--- lib/librte_eal/linuxapp/eal/Makefile | 1 - lib/librte_eal/linuxapp/eal/eal_interrupts.c | 1 - .../linuxapp/kni/ethtool/igb/e1000_api.c | 1 - .../linuxapp/kni/ethtool/igb/e1000_manage.c | 2 - .../linuxapp/kni/ethtool/igb/e1000_mbx.c | 1 - .../linuxapp/kni/ethtool/igb/e1000_nvm.c | 2 - lib/librte_eal/linuxapp/kni/ethtool/igb/igb.h | 2 +- .../linuxapp/kni/ethtool/igb/igb_debugfs.c | 1 - .../linuxapp/kni/ethtool/igb/igb_ethtool.c | 26 ++++++------ lib/librte_eal/linuxapp/kni/ethtool/igb/igb_main.c | 2 +- .../linuxapp/kni/ethtool/igb/igb_param.c | 3 +- .../linuxapp/kni/ethtool/igb/igb_procfs.c | 46 +++++++++++----------- .../linuxapp/kni/ethtool/igb/igb_regtest.h | 2 - lib/librte_eal/linuxapp/kni/ethtool/igb/igb_vmdq.c | 1 - lib/librte_eal/linuxapp/kni/ethtool/igb/kcompat.h | 4 +- .../linuxapp/kni/ethtool/igb/kcompat_ethtool.c | 11 +++--- .../linuxapp/kni/ethtool/ixgbe/ixgbe_82599.c | 1 - .../linuxapp/kni/ethtool/ixgbe/ixgbe_api.c | 1 - .../linuxapp/kni/ethtool/ixgbe/ixgbe_common.c | 1 - .../linuxapp/kni/ethtool/ixgbe/ixgbe_main.c | 5 --- .../linuxapp/kni/ethtool/ixgbe/ixgbe_sriov.h | 1 - .../linuxapp/kni/ethtool/ixgbe/ixgbe_x540.c | 7 ++-- .../linuxapp/kni/ethtool/ixgbe/kcompat.h | 2 +- lib/librte_eal/linuxapp/kni/kni_dev.h | 1 - lib/librte_eal/linuxapp/kni/kni_misc.c | 1 - lib/librte_eal/linuxapp/kni/kni_vhost.c | 3 +- lib/librte_eal/linuxapp/xen_dom0/dom0_mm_misc.c | 2 +- lib/librte_hash/rte_fbk_hash.c | 1 - lib/librte_kni/rte_kni.h | 1 - lib/librte_lpm/rte_lpm.c | 1 - lib/librte_malloc/malloc_heap.c | 1 - lib/librte_vhost/libvirt/qemu-wrap.py | 13 +++--- lib/librte_vhost/vhost_rxtx.c | 2 +- mk/rte.extapp.mk | 1 - mk/rte.extlib.mk | 1 - mk/rte.extobj.mk | 1 - mk/toolchain/gcc/rte.toolchain-compat.mk | 1 - mk/toolchain/icc/rte.toolchain-compat.mk | 1 - scripts/gen-config-h.sh | 1 - scripts/validate-abi.sh | 2 - 91 files changed, 160 insertions(+), 242 deletions(-) -- 2.1.4