From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: [PATCH] remove blank lines at end-of-file Date: Wed, 2 Dec 2015 12:06:12 -0800 Message-ID: <1449086772-30026-1-git-send-email-stephen@networkplumber.org> To: dev@dpdk.org Return-path: Received: from mail-pa0-f47.google.com (mail-pa0-f47.google.com [209.85.220.47]) by dpdk.org (Postfix) with ESMTP id AA2CC568A for ; Wed, 2 Dec 2015 21:06:03 +0100 (CET) Received: by pacdm15 with SMTP id dm15so49799719pac.3 for ; Wed, 02 Dec 2015 12:06:03 -0800 (PST) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This is one of those trivial things git and other tools complain about. Signed-off-by: Stephen Hemminger --- 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(-) 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; } - -- 2.1.4