[dpdk-dev] remove blank lines at end-of-file

Message ID 1449086772-30026-1-git-send-email-stephen@networkplumber.org (mailing list archive)
State Accepted, archived
Headers

Commit Message

Stephen Hemminger Dec. 2, 2015, 8:06 p.m. UTC
  This is one of those trivial things git and other tools complain
about.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
 drivers/net/i40e/i40e_rxtx.c            | 1 -
 drivers/net/vmxnet3/base/includeCheck.h | 1 -
 lib/librte_pipeline/rte_pipeline.c      | 1 -
 3 files changed, 3 deletions(-)
  

Comments

Bruce Richardson Dec. 3, 2015, 9:53 a.m. UTC | #1
On Wed, Dec 02, 2015 at 12:06:12PM -0800, Stephen Hemminger wrote:
> This is one of those trivial things git and other tools complain
> about.
> 
> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
  
Thomas Monjalon Dec. 7, 2015, 3:23 a.m. UTC | #2
2015-12-03 09:53, Bruce Richardson:
> On Wed, Dec 02, 2015 at 12:06:12PM -0800, Stephen Hemminger wrote:
> > This is one of those trivial things git and other tools complain
> > about.
> > 
> > Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
> Acked-by: Bruce Richardson <bruce.richardson@intel.com>

Applied, thanks
  

Patch

diff --git a/drivers/net/i40e/i40e_rxtx.c b/drivers/net/i40e/i40e_rxtx.c
index 13abd67..c9eca42 100644
--- a/drivers/net/i40e/i40e_rxtx.c
+++ b/drivers/net/i40e/i40e_rxtx.c
@@ -3270,4 +3270,3 @@  i40e_xmit_pkts_vec(void __rte_unused *tx_queue,
 {
 	return 0;
 }
-
diff --git a/drivers/net/vmxnet3/base/includeCheck.h b/drivers/net/vmxnet3/base/includeCheck.h
index 16308d2..310cebe 100644
--- a/drivers/net/vmxnet3/base/includeCheck.h
+++ b/drivers/net/vmxnet3/base/includeCheck.h
@@ -37,4 +37,3 @@ 
 #include "vmxnet3_osdep.h"
 
 #endif /* _INCLUDECHECK_H */
-
diff --git a/lib/librte_pipeline/rte_pipeline.c b/lib/librte_pipeline/rte_pipeline.c
index 56022f4..d625fd2 100644
--- a/lib/librte_pipeline/rte_pipeline.c
+++ b/lib/librte_pipeline/rte_pipeline.c
@@ -1636,4 +1636,3 @@  int rte_pipeline_table_stats_read(struct rte_pipeline *p, uint32_t table_id,
 
 	return 0;
 }
-