On Fri, 23 Sep 2022 17:38:22 +0800
Junfeng Guo <junfeng....@intel.com> wrote:

> +
> +#define PMD_DRV_LOG(level, fmt, args...) \
> +     rte_log(RTE_LOG_ ## level, gve_logtype_driver, "%s(): " fmt "\n", \
> +             __func__, ## args)

Many of your existing log messages already have newline, so using this
common definition will create double spaced log messages.

Please audit all usages and print one newline.

Reply via email to