Re: [PATCH v4 01/21] hwmon: (mr75203) fix coding style space errors

From: Farber, Eliav
Date: Wed Sep 07 2022 - 02:50:57 EST


On 9/6/2022 7:52 PM, Guenter Roeck wrote:
On Tue, Sep 06, 2022 at 08:33:36AM +0000, Eliav Farber wrote:
Fix: "ERROR: space required before the open parenthesis '('"

Fixes: 9d823351a337 ("hwmon: Add hardware monitoring driver for Moortec MR75203 PVT controller")

Coding style "fixes" do not fix the code. I consider using the Fixes: tag
for those to close to an abuse of that tag (and it would be great if that
was spelled out somewhere). As it is, I can not with good conscience apply
this patch to the mainline kernel (especially not for -rc5), meaning the
entire series will have to wait for the next release window unless there
are no conflicts.
Because as you mentioned  it is not a functional fix in the code I’ll
remove the Fixes tag in v5.
I checked older kernel versions and patch applies without conflicts.
That’s also why I moved it to be first in the series, so it will be
before any of my other changes that night cause merge problems for
other branches.

--
Thanks, Eliav