net/ring: add missing newlines in logs
authorThomas Monjalon <thomas@monjalon.net>
Thu, 6 Jul 2017 15:47:50 +0000 (17:47 +0200)
committerFerruh Yigit <ferruh.yigit@intel.com>
Wed, 19 Jul 2017 08:09:13 +0000 (11:09 +0300)
commit1a35dc877a27286e51999f9707115c0cd11712f0
tree13455c98f84a8bc4b0eb06fa9ac1e68cdfd7f281
parent013b83b82e538cdc316c2d56465abf1c96dd0256
net/ring: add missing newlines in logs

Some logs are missing the newline character \n.

The logs using only one line can be checked with this command:
git grep 'RTE_LOG(.*".*[^n]"' drivers/net/ring/

Fixes: 61934c0956d4 ("ring: convert to use of PMD_REGISTER_DRIVER and fix linking")

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
drivers/net/ring/rte_eth_ring.c