Bad style and git complains about blank line at EOF

Signed-off-by: Stephen Hemminger <step...@networkplumber.org>
---
 drivers/net/atlantic/atl_ethdev.c       | 1 -
 drivers/net/atlantic/atl_rxtx.c         | 1 -
 drivers/net/atlantic/hw_atl/hw_atl_b0.c | 1 -
 3 files changed, 3 deletions(-)

diff --git a/drivers/net/atlantic/atl_ethdev.c 
b/drivers/net/atlantic/atl_ethdev.c
index 8327863cd9b6..76f342b589cf 100644
--- a/drivers/net/atlantic/atl_ethdev.c
+++ b/drivers/net/atlantic/atl_ethdev.c
@@ -1545,4 +1545,3 @@ RTE_INIT(atl_init_log)
        if (atl_logtype_driver >= 0)
                rte_log_set_level(atl_logtype_driver, RTE_LOG_NOTICE);
 }
-
diff --git a/drivers/net/atlantic/atl_rxtx.c b/drivers/net/atlantic/atl_rxtx.c
index f1519594adad..fe0077044097 100644
--- a/drivers/net/atlantic/atl_rxtx.c
+++ b/drivers/net/atlantic/atl_rxtx.c
@@ -1348,4 +1348,3 @@ atl_xmit_pkts(void *tx_queue, struct rte_mbuf **tx_pkts, 
uint16_t nb_pkts)
 
        return nb_tx;
 }
-
diff --git a/drivers/net/atlantic/hw_atl/hw_atl_b0.c 
b/drivers/net/atlantic/hw_atl/hw_atl_b0.c
index 53fd8e9f0237..03b1a64ea522 100644
--- a/drivers/net/atlantic/hw_atl/hw_atl_b0.c
+++ b/drivers/net/atlantic/hw_atl/hw_atl_b0.c
@@ -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);
 }
-
-- 
2.17.1

Reply via email to