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

From: Eugene Shalygin
Date: Mon Mar 28 2022 - 10:44:42 EST


> First, you can go up to 100 columns nowadays. Second, the column
> limit is waived for strings because it is more important to not
> split them. If you _still_ want to stick with 80 columns, sorry,
> no, I don't have a solution. Your problem is with the editor,
> not with kernel formatting rules.

Thank you, Günter, 100 is better than 80 and the string fits. I
wonder, why is the .clang-format file not updated and still says the
limit is 80?

Eugene