On 4/8/2021 3:03 AM, Long Li wrote:
-----Original Message-----
From: Stephen Hemminger <step...@networkplumber.org>
Sent: Wednesday, April 7, 2021 7:01 PM
To: Long Li <lon...@microsoft.com>
Cc: dev@dpdk.org; Stephen Hemminger <step...@networkplumber.org>
Subject: [PATCH] net/netvsc: fix log double spaced messages

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.

Signed-off-by: Stephen Hemminger <step...@networkplumber.org>

Acked-by: Long Li <lon...@microsoft.com>

    Fixes: a2a23a794b3a ("net/netvsc: support VF device hot add/remove")
    Cc: sta...@dpdk.org

Applied to dpdk-next-net/main, thanks.

Reply via email to