Re: [dpdk-dev] [PATCH] eal:missing newline on RTE_LOG msg

2018-12-19 Thread Thomas Monjalon
17/12/2018 10:25, Gaëtan Rivet: > Hi Keith, > > On Sun, Dec 16, 2018 at 05:01:03PM -0600, Keith Wiles wrote: > > Add a missing newline to a RTE_LOG message. > > > > I think it might interest sta...@dpdk.org, and you might as well include > a fixline reference. Fixes: 2395332798d0 ("eal: add

Re: [dpdk-dev] [PATCH] eal:missing newline on RTE_LOG msg

2018-12-17 Thread Gaëtan Rivet
Hi Keith, On Sun, Dec 16, 2018 at 05:01:03PM -0600, Keith Wiles wrote: > Add a missing newline to a RTE_LOG message. > I think it might interest sta...@dpdk.org, and you might as well include a fixline reference. > Signed-off-by: Keith Wiles > --- > lib/librte_eal/common/rte_option.c | 2 +- >

[dpdk-dev] [PATCH] eal:missing newline on RTE_LOG msg

2018-12-16 Thread Keith Wiles
Add a missing newline to a RTE_LOG message. Signed-off-by: Keith Wiles --- lib/librte_eal/common/rte_option.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_eal/common/rte_option.c b/lib/librte_eal/common/rte_option.c index 02d59a869..7605190c3 100644 --- a/lib/l