Re: [dpdk-dev] [PATCH] net/ring: add missing newlines in logs

2017-07-18 Thread Ferruh Yigit
On 7/6/2017 4:47 PM, Thomas Monjalon wrote: > Some logs are missing the newline character \n. > > The logs using only line can be checked with this command: > git grep 'RTE_LOG(.*".*[^n]"' drivers/net/tap/ > > Fixes: 61934c0956d4 ("ring: convert to use of PMD_REGISTER_DRIVER and fix > link

[dpdk-dev] [PATCH] net/ring: add missing newlines in logs

2017-07-06 Thread Thomas Monjalon
Some logs are missing the newline character \n. The logs using only line can be checked with this command: git grep 'RTE_LOG(.*".*[^n]"' drivers/net/tap/ Fixes: 61934c0956d4 ("ring: convert to use of PMD_REGISTER_DRIVER and fix linking") Signed-off-by: Thomas Monjalon --- drivers/net/