remove extra blank line at EOF

These source files all had unnecessary blank line at end of file.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
Stephen Hemminger 2022-02-25 09:47:02 -08:00 committed by Thomas Monjalon
parent d57f2899e2
commit 68eb9a1945
22 changed files with 0 additions and 22 deletions

View File

@ -963,4 +963,3 @@ enum iavf_status iavf_clean_arq_element(struct iavf_hw *hw,
return ret_code;
}

View File

@ -18,4 +18,3 @@ extern int mlx5_common_logtype;
PMD_DRV_LOG_CPAREN)
#endif /* RTE_PMD_MLX5_COMMON_LOG_H_ */

View File

@ -42,4 +42,3 @@ struct smt_entry *cxgbe_smt_alloc_switching(struct rte_eth_dev *dev, u8 *smac);
void cxgbe_smt_release(struct smt_entry *e);
#endif /* __CXGBE_SMT_H_ */

View File

@ -3118,4 +3118,3 @@ int dpni_set_port_cfg(struct fsl_mc_io *mc_io, uint32_t cmd_flags,
/* send command to MC */
return mc_send_command(mc_io, &cmd);
}

View File

@ -3311,4 +3311,3 @@ const struct rte_flow_ops hinic_flow_ops = {
.destroy = hinic_flow_destroy,
.flush = hinic_flow_flush,
};

View File

@ -2368,4 +2368,3 @@ iavf_flow_query(struct rte_eth_dev *dev,
}
return ret;
}

View File

@ -23,4 +23,3 @@
int ionic_dev_link_update(struct rte_eth_dev *eth_dev, int wait_to_complete);
#endif /* _IONIC_ETHDEV_H_ */

View File

@ -60,4 +60,3 @@ ionic_set_mac_type(struct ionic_hw *hw)
return err;
}

View File

@ -11,4 +11,3 @@ sources += files(
'mlx5_vlan_os.c',
'mlx5_flow_os.c',
)

View File

@ -18365,4 +18365,3 @@ const struct mlx5_flow_driver_ops mlx5_flow_dv_drv_ops = {
};
#endif /* HAVE_IBV_FLOW_DV_SUPPORT */

View File

@ -1187,4 +1187,3 @@ mlx5_check_vec_rx_support(struct rte_eth_dev *dev __rte_unused)
{
return -ENOTSUP;
}

View File

@ -15,4 +15,3 @@ sources = files(
'hn_rxtx.c',
'hn_vf.c',
)

View File

@ -299,4 +299,3 @@ uint16_t nfp_net_xmit_pkts(void *tx_queue, struct rte_mbuf **tx_pkts,
* indent-tabs-mode: t
* End:
*/

View File

@ -297,4 +297,3 @@ u8 ngbe_encode_ptype(u32 ptype)
return ptid;
}

View File

@ -8,4 +8,3 @@ sources = files(
'otx_ep_vf.c',
'otx2_ep_vf.c',
)

View File

@ -139,4 +139,3 @@ struct otx2_ep_instr_64B {
};
#endif /*_OTX2_EP_VF_H_ */

View File

@ -3150,4 +3150,3 @@ const struct rte_flow_ops txgbe_flow_ops = {
.destroy = txgbe_flow_destroy,
.flush = txgbe_flow_flush,
};

View File

@ -672,4 +672,3 @@ txgbe_ptype_table_tn[TXGBE_PTID_MAX] __rte_cache_aligned = {
RTE_PTYPE_TUNNEL_VXLAN | RTE_PTYPE_INNER_L2_ETHER |
RTE_PTYPE_INNER_L3_IPV4_EXT | RTE_PTYPE_INNER_L4_UDP,
};

View File

@ -5108,4 +5108,3 @@ txgbe_config_rss_filter(struct rte_eth_dev *dev,
return 0;
}

View File

@ -22,4 +22,3 @@ sources = files(
deps += ['bus_pci', 'regexdev']
deps += ['common_cnxk', 'mempool_cnxk']

View File

@ -767,4 +767,3 @@ rte_eth_switch_domain_free(uint16_t domain_id)
return 0;
}

View File

@ -432,4 +432,3 @@ eth_dev_tx_queue_config(struct rte_eth_dev *dev, uint16_t nb_queues)
dev->data->nb_tx_queues = nb_queues;
return 0;
}