net/netvsc: fix log format
authorStephen Hemminger <stephen@networkplumber.org>
Thu, 8 Apr 2021 02:00:34 +0000 (19:00 -0700)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 8 Apr 2021 08:20:40 +0000 (10:20 +0200)
commitb797b049b50656afb709718a6f75751b49cd515e
tree4226b3ef6d1896b089769610f304624caa8da97a
parent3b622711bcdf51d6f4c160e688f3d9c70c9f039e
net/netvsc: fix log format

The PMD_DRV_LOG macro in netvsc (like other drivers) adds a newline to
the log message as part of the macro expansion; therefore the
message should not have its own newline.

In a couple places, log messages were split across source lines
which can make looking them up in the source tree harder.

Fixes: a2a23a794b3a ("net/netvsc: support VF device hot add/remove")
Cc: stable@dpdk.org
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Long Li <longli@microsoft.com>
drivers/net/netvsc/hn_ethdev.c
drivers/net/netvsc/hn_vf.c