22/03/2019 00:03, Stephen Hemminger:
> Log message should end with newline.
>
> Fixes: 4e32101f9b01 ("ring: support freeing")
> Signed-off-by: Stephen Hemminger <[email protected]>
> ---
> - RTE_LOG(ERR, RING, "Cannot free ring (not created with
> rte_ring_create()");
> + RTE_LOG(ERR, RING,
> + "Cannot free ring (not created with
> rte_ring_create()\n");While at it, could you fix the parens? I think it would be better to replace the first paren with a comma.

