vmxnet3: fix double spacing of log messages
authorStephen Hemminger <stephen@networkplumber.org>
Fri, 13 Jun 2014 01:37:13 +0000 (18:37 -0700)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 22 Jul 2014 14:40:54 +0000 (16:40 +0200)
commitafce23948476f0dc38fa0de3c26815ffdbcdaa40
treea7fc0a9b3b7e661386e6652da0eb3a5520c68cc1
parent186e9cbeba1992ec617123a80a0e2b676938b368
vmxnet3: fix double spacing of log messages

The debug log macro's already include newline, no need
to double space the output.

Note: other drivers have the same problem

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
lib/librte_pmd_vmxnet3/vmxnet3_ethdev.c
lib/librte_pmd_vmxnet3/vmxnet3_rxtx.c