remove extra blank line at EOF
authorStephen Hemminger <stephen@networkplumber.org>
Fri, 25 Feb 2022 17:47:02 +0000 (09:47 -0800)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 27 Feb 2022 20:26:06 +0000 (21:26 +0100)
These source files all had unnecessary blank line at end of file.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
22 files changed:
drivers/common/iavf/iavf_adminq.c
drivers/common/mlx5/mlx5_common_log.h
drivers/net/cxgbe/smt.h
drivers/net/dpaa2/mc/dpni.c
drivers/net/hinic/hinic_pmd_flow.c
drivers/net/iavf/iavf_generic_flow.c
drivers/net/ionic/ionic_ethdev.h
drivers/net/ionic/ionic_mac_api.c
drivers/net/mlx5/linux/meson.build
drivers/net/mlx5/mlx5_flow_dv.c
drivers/net/mlx5/mlx5_rx.c
drivers/net/netvsc/meson.build
drivers/net/nfp/nfp_rxtx.h
drivers/net/ngbe/ngbe_ptypes.c
drivers/net/octeontx_ep/meson.build
drivers/net/octeontx_ep/otx2_ep_vf.h
drivers/net/txgbe/txgbe_flow.c
drivers/net/txgbe/txgbe_ptypes.c
drivers/net/txgbe/txgbe_rxtx.c
drivers/regex/cn9k/meson.build
lib/ethdev/ethdev_driver.c
lib/ethdev/ethdev_private.c

index 9c36e89..8b305c0 100644 (file)
@@ -963,4 +963,3 @@ clean_arq_element_err:
 
        return ret_code;
 }
-
index 26b13fe..cabae38 100644 (file)
@@ -18,4 +18,3 @@ extern int mlx5_common_logtype;
                PMD_DRV_LOG_CPAREN)
 
 #endif /* RTE_PMD_MLX5_COMMON_LOG_H_ */
-
index e6e8aea..a70e3a2 100644 (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_ */
-
index 7a2bc15..c5cc930 100644 (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);
 }
-
index 2cf24eb..358b372 100644 (file)
@@ -3311,4 +3311,3 @@ const struct rte_flow_ops hinic_flow_ops = {
        .destroy = hinic_flow_destroy,
        .flush = hinic_flow_flush,
 };
-
index 1de4187..ddc1fdd 100644 (file)
@@ -2368,4 +2368,3 @@ iavf_flow_query(struct rte_eth_dev *dev,
        }
        return ret;
 }
-
index 652f28c..9304e17 100644 (file)
@@ -23,4 +23,3 @@
 int ionic_dev_link_update(struct rte_eth_dev *eth_dev, int wait_to_complete);
 
 #endif /* _IONIC_ETHDEV_H_ */
-
index c0ea042..411d84b 100644 (file)
@@ -60,4 +60,3 @@ ionic_set_mac_type(struct ionic_hw *hw)
 
        return err;
 }
-
index 5530241..e541d25 100644 (file)
@@ -11,4 +11,3 @@ sources += files(
         'mlx5_vlan_os.c',
         'mlx5_flow_os.c',
 )
-
index 2191ce6..ae88a1c 100644 (file)
@@ -18365,4 +18365,3 @@ const struct mlx5_flow_driver_ops mlx5_flow_dv_drv_ops = {
 };
 
 #endif /* HAVE_IBV_FLOW_DV_SUPPORT */
-
index 11ea935..e5eea0a 100644 (file)
@@ -1187,4 +1187,3 @@ mlx5_check_vec_rx_support(struct rte_eth_dev *dev __rte_unused)
 {
        return -ENOTSUP;
 }
-
index 399400d..bb6225d 100644 (file)
@@ -15,4 +15,3 @@ sources = files(
         'hn_rxtx.c',
         'hn_vf.c',
 )
-
index 1a813de..dec1857 100644 (file)
@@ -299,4 +299,3 @@ uint16_t nfp_net_xmit_pkts(void *tx_queue, struct rte_mbuf **tx_pkts,
  * indent-tabs-mode: t
  * End:
  */
-
index d6d8210..33f20e9 100644 (file)
@@ -297,4 +297,3 @@ u8 ngbe_encode_ptype(u32 ptype)
 
        return ptid;
 }
-
index b15646b..957e8fc 100644 (file)
@@ -8,4 +8,3 @@ sources = files(
         'otx_ep_vf.c',
         'otx2_ep_vf.c',
 )
-
index dc72036..757eeae 100644 (file)
@@ -139,4 +139,3 @@ struct otx2_ep_instr_64B {
 };
 
 #endif /*_OTX2_EP_VF_H_ */
-
index 6d7fd18..d0093c0 100644 (file)
@@ -3150,4 +3150,3 @@ const struct rte_flow_ops txgbe_flow_ops = {
        .destroy = txgbe_flow_destroy,
        .flush = txgbe_flow_flush,
 };
-
index 0ed757d..e1299d7 100644 (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,
 };
-
index 35b77cb..ac1bba0 100644 (file)
@@ -5108,4 +5108,3 @@ txgbe_config_rss_filter(struct rte_eth_dev *dev,
 
        return 0;
 }
-
index bb0504f..06c9067 100644 (file)
@@ -22,4 +22,3 @@ sources = files(
 
 deps += ['bus_pci', 'regexdev']
 deps += ['common_cnxk', 'mempool_cnxk']
-
index 7184e0a..a285f21 100644 (file)
@@ -767,4 +767,3 @@ rte_eth_switch_domain_free(uint16_t domain_id)
 
        return 0;
 }
-
index 84dc0b3..48090c8 100644 (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;
 }
-