drivers: remove blank line at EOF
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
parent
d5ceea4ab1
commit
2aa0db405f
@ -141,4 +141,3 @@ DPDK_19.05 {
|
||||
qbman_result_eqresp_set_rspid;
|
||||
qbman_swp_enqueue_multiple_fd;
|
||||
} DPDK_18.11;
|
||||
|
||||
|
@ -1879,4 +1879,3 @@ RTE_INIT(atl_init_log)
|
||||
if (atl_logtype_driver >= 0)
|
||||
rte_log_set_level(atl_logtype_driver, RTE_LOG_NOTICE);
|
||||
}
|
||||
|
||||
|
@ -1348,4 +1348,3 @@ atl_xmit_pkts(void *tx_queue, struct rte_mbuf **tx_pkts, uint16_t nb_pkts)
|
||||
|
||||
return nb_tx;
|
||||
}
|
||||
|
||||
|
@ -503,4 +503,3 @@ int hw_atl_b0_hw_ring_rx_stop(struct aq_hw_s *self, int index)
|
||||
hw_atl_rdm_rx_desc_en_set(self, 0U, index);
|
||||
return aq_hw_err_from_flags(self);
|
||||
}
|
||||
|
||||
|
@ -1543,4 +1543,3 @@ int qede_dev_filter_ctrl(struct rte_eth_dev *eth_dev,
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
@ -849,4 +849,3 @@ RTE_PMD_REGISTER_PARAM_STRING(ifpga_rawdev_cfg,
|
||||
"ifpga=<string> "
|
||||
"port=<int> "
|
||||
"afu_bts=<path>");
|
||||
|
||||
|
@ -361,4 +361,3 @@ vhost_user_iotlb_init(struct virtio_net *dev, int vq_index)
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user