[dpdk-dev] [PATCH] enic: add missing \n to a few print statements

2016-03-22 Thread Bruce Richardson
On Thu, Mar 17, 2016 at 03:48:13PM -0700, John Daley wrote: > From: Nelson Escobar > > Signed-off-by: Nelson Escobar > Acked-by: John Daley Applied to dpdk-next-net/rel_16_04 /Bruce

[dpdk-dev] [PATCH] enic: add missing \n to a few print statements

2016-03-17 Thread John Daley
From: Nelson Escobar Signed-off-by: Nelson Escobar Acked-by: John Daley --- drivers/net/enic/enic_main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/net/enic/enic_main.c b/drivers/net/enic/enic_main.c index cd7857f..2f79cf0 100644 ---