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 b3d9fb4..f2a8e6c 100644 (file)
@@ -36,7 +36,3 @@ static inline int verify_modexp(uint8_t *mod_exp,
 }
 
 #endif /* TEST_CRYPTODEV_ASYM_TEST_UTIL_H__ */
-
-
-
-
index 73ad015..f72b634 100644 (file)
@@ -840,4 +840,3 @@ test_table_hash_cuckoo_combined(void)
 
        return 0;
 }
-
index 21c4086..1aa269f 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 27bab30..c8a9e21 100644 (file)
@@ -122,4 +122,3 @@ struct elf_info {
 
        struct pmd_driver *drivers;
 };
-
index f3aec97..9fc3c8b 100644 (file)
@@ -1372,4 +1372,3 @@ const struct rte_flow_ops ipn3ke_flow_ops = {
        .destroy = ipn3ke_flow_destroy,
        .flush = ipn3ke_flow_flush,
 };
-
index 10828fc..adf02c1 100644 (file)
@@ -2060,4 +2060,3 @@ ipn3ke_tm_ops_get(struct rte_eth_dev *ethdev,
 
        return 0;
 }
-
index a4fc388..8acd8cd 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 1edf6f9..575d792 100644 (file)
@@ -98,4 +98,3 @@ generate_ipv4_flow(uint16_t port_id, uint16_t rx_q,
 
        return flow;
 }
-
index 83948ea..0a294df 100644 (file)
@@ -227,4 +227,3 @@ parse_perf_core_list(const char *corelist)
 
        return 0;
 }
-
index 513af0c..a92630c 100644 (file)
@@ -485,4 +485,3 @@ int main(int argc, char *argv[])
 
        return 0;
 }
-