remove blank lines at end-of-file
authorStephen Hemminger <stephen@networkplumber.org>
Wed, 2 Dec 2015 20:06:12 +0000 (12:06 -0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 7 Dec 2015 03:57:16 +0000 (04:57 +0100)
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>
drivers/net/i40e/i40e_rxtx.c
drivers/net/vmxnet3/base/includeCheck.h
lib/librte_pipeline/rte_pipeline.c

index c6a18b5..39d94ec 100644 (file)
@@ -3270,4 +3270,3 @@ i40e_xmit_pkts_vec(void __rte_unused *tx_queue,
 {
        return 0;
 }
-
index 16308d2..310cebe 100644 (file)
@@ -37,4 +37,3 @@
 #include "vmxnet3_osdep.h"
 
 #endif /* _INCLUDECHECK_H */
-
index 56022f4..d625fd2 100644 (file)
@@ -1636,4 +1636,3 @@ int rte_pipeline_table_stats_read(struct rte_pipeline *p, uint32_t table_id,
 
        return 0;
 }
-