Re: [PATCH 2/4] hwmon: (asus-ec-sensors) implement locking via the ACPI global lock

From: Eugene Shalygin
Date: Sun Mar 27 2022 - 14:51:57 EST


On Sun, 27 Mar 2022 at 20:04, Guenter Roeck <linux@xxxxxxxxxxxx> wrote:

> What is the problem other than that the string is split across
> multiple lines ? That can easily be fixed by not splitting it,
> so you'll have to be more specific.

Yes, the problem is that it is split. When merged it exceeds the 80-th
column and creates problems for editors instructed to format text on
paste. And I would not like to neither split the string onto two debug
messages, nor shorten the debug message itself. Maybe there is an
elegant solution I'm not aware of?

Thanks,
Eugene