[dpdk-dev] [PATCH 01/11] telemetry: initial telemetry infrastructure

Stephen Hemminger stephen at networkplumber.org
Fri Aug 24 01:18:55 CEST 2018


On Thu, 23 Aug 2018 13:08:03 +0100
Ciara Power <ciara.power at intel.com> wrote:

> +			TELEMETRY_LOG_ERR("Error - Calling thread could not be"
> +				" put to sleep\n");

Don't break strings across lines. It makes it harder for developers who want
to use tools to look for log message in source.  Checkpatch and friends allow for long
line exception for string literals.


More information about the dev mailing list