]> git.droids-corp.org - dpdk.git/commitdiff
remove extra blank lines at end of files
authorStephen Hemminger <stephen@networkplumber.org>
Wed, 31 Jul 2019 14:57:38 +0000 (07:57 -0700)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 5 Aug 2019 13:19:32 +0000 (15:19 +0200)
There should not be blank lines at end of files.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
app/test/test_cryptodev_asym_util.h
app/test/test_table_combined.c
app/test/test_table_tables.c
buildtools/pmdinfogen/pmdinfogen.h
drivers/net/ipn3ke/ipn3ke_flow.c
drivers/net/ipn3ke/ipn3ke_tm.c
drivers/net/mlx5/mlx5_rxtx.c
examples/flow_filtering/flow_blocks.c
examples/l3fwd-power/perf_core.c
examples/vhost_scsi/vhost_scsi.c

index b3d9fb4688da1cb0f5603ef06a952bd39929e1d0..f2a8e6ce15ba0e9fa112b2c53e3549ffdc740879 100644 (file)
@@ -36,7 +36,3 @@ static inline int verify_modexp(uint8_t *mod_exp,
 }
 
 #endif /* TEST_CRYPTODEV_ASYM_TEST_UTIL_H__ */
-
-
-
-
index 73ad0155d677a69cc3086dab36855d54725a4525..f72b634bff709063c8c1990f8ca06aca35908025 100644 (file)
@@ -840,4 +840,3 @@ test_table_hash_cuckoo_combined(void)
 
        return 0;
 }
-
index 21c4086c2321f8603c83ca6faf16dd9f7a0dbb16..1aa269f95d27b334b8d63844e545823a89571d67 100644 (file)
@@ -911,7 +911,7 @@ test_table_hash_cuckoo(void)
                .n_keys = 1 << 16,
                .n_buckets = 1 << 16,
                .f_hash = pipeline_test_hash_cuckoo,
-               .seed = 0, 
+               .seed = 0,
        };
 
        table = rte_table_hash_cuckoo_ops.f_create(NULL, 0, entry_size);
@@ -1051,4 +1051,3 @@ test_table_hash_cuckoo(void)
 
        return 0;
 }
-
index 27bab30e5eb099d2a57db9e16fbce612804f1649..c8a9e2136addb6dc8eb714ec052483aedd84b996 100644 (file)
@@ -122,4 +122,3 @@ struct elf_info {
 
        struct pmd_driver *drivers;
 };
-
index f3aec979371dd56063815021b58c61d14bf0b90c..9fc3c8bf763f4793c8518a95f8f6d2eeb5dc181f 100644 (file)
@@ -1372,4 +1372,3 @@ const struct rte_flow_ops ipn3ke_flow_ops = {
        .destroy = ipn3ke_flow_destroy,
        .flush = ipn3ke_flow_flush,
 };
-
index 10828fce006a792c28c2e551b3e50b1883c88f7b..adf02c15705d98e505433cf93fd7d64c4ba1a3d4 100644 (file)
@@ -2060,4 +2060,3 @@ ipn3ke_tm_ops_get(struct rte_eth_dev *ethdev,
 
        return 0;
 }
-
index a4fc388d2293a751aeda88f4821ca3728a805c9d..8acd8cd2a4a9802301163ea2c24b2cf514d2052c 100644 (file)
@@ -5161,5 +5161,3 @@ mlx5_select_tx_function(struct rte_eth_dev *dev)
                DRV_LOG(DEBUG, "\tEMPW  (Enhanced MPW)");
        return txoff_func[m].func;
 }
-
-
index 1edf6f9c625cc9b04521bffc350b5eea8e091502..575d792810749a3438feee6a1cf3b6a47239c90a 100644 (file)
@@ -98,4 +98,3 @@ generate_ipv4_flow(uint16_t port_id, uint16_t rx_q,
 
        return flow;
 }
-
index 83948ea21b2dc0298cd04bef7dd290836303d4b7..0a294dfcc826f8df19e6f4d25cb6141cc7f5529f 100644 (file)
@@ -227,4 +227,3 @@ parse_perf_core_list(const char *corelist)
 
        return 0;
 }
-
index 513af0cca4bc62964e6955ca99c44975916d8d9a..a92630c77c40374da386131ae7e21ab56ef3144a 100644 (file)
@@ -485,4 +485,3 @@ int main(int argc, char *argv[])
 
        return 0;
 }
-