drivers: remove blank line at EOF

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
Stephen Hemminger 2019-04-10 11:05:33 -07:00 committed by Thomas Monjalon
parent d5ceea4ab1
commit 2aa0db405f
7 changed files with 0 additions and 7 deletions

View File

@ -141,4 +141,3 @@ DPDK_19.05 {
qbman_result_eqresp_set_rspid;
qbman_swp_enqueue_multiple_fd;
} DPDK_18.11;

View File

@ -1879,4 +1879,3 @@ RTE_INIT(atl_init_log)
if (atl_logtype_driver >= 0)
rte_log_set_level(atl_logtype_driver, RTE_LOG_NOTICE);
}

View File

@ -1348,4 +1348,3 @@ atl_xmit_pkts(void *tx_queue, struct rte_mbuf **tx_pkts, uint16_t nb_pkts)
return nb_tx;
}

View File

@ -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);
}

View File

@ -1543,4 +1543,3 @@ int qede_dev_filter_ctrl(struct rte_eth_dev *eth_dev,
return 0;
}

View File

@ -849,4 +849,3 @@ RTE_PMD_REGISTER_PARAM_STRING(ifpga_rawdev_cfg,
"ifpga=<string> "
"port=<int> "
"afu_bts=<path>");

View File

@ -361,4 +361,3 @@ vhost_user_iotlb_init(struct virtio_net *dev, int vq_index)
return 0;
}