On Fri,  1 Mar 2019 20:46:13 +0800
Qiming Yang <qiming.y...@intel.com> wrote:

> +     PMD_INIT_LOG(WARNING, "Initialize in safe mode,"
> +             "some features are disabled.\n");

Don't split a message string, it makes it harder to search.

Also, most drivers define PMD_INIT_LOG to always add a newline and do
not add the newline in the macro call.

Reply via email to