[PATCH v12 02/13] net/sxe: add ethdev probe and remove
Stephen Hemminger
stephen at networkplumber.org
Sat Oct 25 18:36:20 CEST 2025
On Mon, 28 Jul 2025 17:05:06 +0800
liujie5 at linkdatatechnology.com wrote:
> + if (value != after) {
> + LOG_MSG_ERR(drv, "failed status register test got: "
> + "0x%08X expected: 0x%08X",
> + after, value);
It is preferred to not break message strings across lines.
When line is split is harder to use tools to search for messages when they
show up in the log.
More information about the dev
mailing list