Re: [PATCH] thermal: imx: do not split quoted string across lines
From: Daniel Lezcano
Date: Mon May 18 2026 - 13:58:25 EST
On 5/11/26 19:42, Mayur Kumar wrote:
The checkpatch tool warns against splitting quoted strings across
multiple lines. Join the dev_info message into a single line to
improve the ability to grep for the message in the source.
Signed-off-by: Mayur Kumar <kmayur809@xxxxxxxxx>
---
Applied, thanks