remove extra blank lines at end of files
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>
This commit is contained in:
parent
4d05ac955e
commit
6f3f0acd95
@ -36,7 +36,3 @@ static inline int verify_modexp(uint8_t *mod_exp,
|
||||
}
|
||||
|
||||
#endif /* TEST_CRYPTODEV_ASYM_TEST_UTIL_H__ */
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -840,4 +840,3 @@ test_table_hash_cuckoo_combined(void)
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
@ -122,4 +122,3 @@ struct elf_info {
|
||||
|
||||
struct pmd_driver *drivers;
|
||||
};
|
||||
|
||||
|
@ -1372,4 +1372,3 @@ const struct rte_flow_ops ipn3ke_flow_ops = {
|
||||
.destroy = ipn3ke_flow_destroy,
|
||||
.flush = ipn3ke_flow_flush,
|
||||
};
|
||||
|
||||
|
@ -2060,4 +2060,3 @@ ipn3ke_tm_ops_get(struct rte_eth_dev *ethdev,
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
@ -5161,5 +5161,3 @@ mlx5_select_tx_function(struct rte_eth_dev *dev)
|
||||
DRV_LOG(DEBUG, "\tEMPW (Enhanced MPW)");
|
||||
return txoff_func[m].func;
|
||||
}
|
||||
|
||||
|
||||
|
@ -98,4 +98,3 @@ generate_ipv4_flow(uint16_t port_id, uint16_t rx_q,
|
||||
|
||||
return flow;
|
||||
}
|
||||
|
||||
|
@ -227,4 +227,3 @@ parse_perf_core_list(const char *corelist)
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
@ -485,4 +485,3 @@ int main(int argc, char *argv[])
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user