Re: [PATCH] hwmon: powerz: add support for ChargerLAB KM002C

From: Guenter Roeck
Date: Tue Sep 19 2023 - 13:24:57 EST


On 9/19/23 10:15, Thomas Weißschuh wrote:
On 2023-09-18 12:05:19-0700, Guenter Roeck wrote:
On Mon, Sep 11, 2023 at 07:44:42AM +0200, Thomas Weißschuh wrote:
The KM002C is similar to the KM003C and seems to use the same
protocol and firmware.

Reported-by: Douglas Gilbert <dgilbert@xxxxxxxxxxxx>
Closes: https://lore.kernel.org/lkml/290ebce4-54f0-8ac1-2a13-cbc806d80d64@xxxxxxxxxxxx/
Signed-off-by: Thomas Weißschuh <linux@xxxxxxxxxxxxxx>
---

This patch is based on hwmon-next,
commit 80369d9e1f2f ("hwmon: (sch5627) Document behaviour of limit registers").

Signed-off-by: Thomas Weißschuh <linux@xxxxxxxxxxxxxx>

Applied, but please be more careful with your comments and Signed-off-by:
tags. There should only be one '---', and one signature.

Thanks,

the duplicate Signed-off-by is indeed an oversight which I'll
try to avoid in the future.

As for the '---':

Two of them are generated by the 'b4' tool and I added one manually with
the hwmon-next information.
For other subsystems this wasn't an issue so far.

Are these duplicate sections a problem for your personal tooling or is
it affecting something more widespread?


I don't know. All I know is that checkpatch complained about the double signature,
which causes my scripts to fail. I don't know what "git am" does if it encounters
a double "---" because my scripts bailed out due to the double signature.

Guenter