DPDK patches and discussions
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: dev@dpdk.org
Cc: Stephen Hemminger <stephen@networkplumber.org>
Subject: [dpdk-dev] [PATCH 2/5] net/atlantic: remove extra blank line at EOF
Date: Wed, 10 Apr 2019 11:05:34 -0700	[thread overview]
Message-ID: <20190410180537.14226-3-stephen@networkplumber.org> (raw)
In-Reply-To: <20190410180537.14226-1-stephen@networkplumber.org>

Bad style and git complains about blank line at EOF

Signed-off-by: Stephen Hemminger <stephen@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

  parent reply	other threads:[~2019-04-10 18:05 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-10 18:05 [dpdk-dev] [PATCH 0/5] trivial blank line at end of file cleanup Stephen Hemminger
2019-04-10 18:05 ` Stephen Hemminger
2019-04-10 18:05 ` [dpdk-dev] [PATCH 1/5] vhost: eliminate blank line at EOF Stephen Hemminger
2019-04-10 18:05   ` Stephen Hemminger
2019-04-10 18:05 ` Stephen Hemminger [this message]
2019-04-10 18:05   ` [dpdk-dev] [PATCH 2/5] net/atlantic: remove extra " Stephen Hemminger
2019-04-10 18:05 ` [dpdk-dev] [PATCH 3/5] bus/fslmc: remove " Stephen Hemminger
2019-04-10 18:05   ` Stephen Hemminger
2019-04-10 18:05 ` [dpdk-dev] [PATCH 4/5] raw/ifpga_rawdev: " Stephen Hemminger
2019-04-10 18:05   ` Stephen Hemminger
2019-04-10 18:05 ` [dpdk-dev] [PATCH 5/5] net/qede: " Stephen Hemminger
2019-04-10 18:05   ` Stephen Hemminger
2019-04-22 11:37 ` [dpdk-dev] [PATCH 0/5] trivial blank line at end of file cleanup Thomas Monjalon
2019-04-22 11:37   ` Thomas Monjalon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190410180537.14226-3-stephen@networkplumber.org \
    --to=stephen@networkplumber.org \
    --cc=dev@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).