On Mon, 28 Jul 2025 17:05:06 +0800
[email protected] 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.

Reply via email to