From: André Draszik Date: Mon, 2 Mar 2026 13:32:03 +0000 (+0000) Subject: power: supply: max17042: fix a comment typo (then -> than) X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e370b67c2ceb3e3c4577da0a882b1ede87ef485e;p=thirdparty%2Fkernel%2Flinux.git power: supply: max17042: fix a comment typo (then -> than) Fix this trivial typo where than should be used instead of then. Reviewed-by: Peter Griffin Signed-off-by: André Draszik Link: https://patch.msgid.link/20260302-max77759-fg-v3-4-3c5f01dbda23@linaro.org Signed-off-by: Sebastian Reichel --- diff --git a/drivers/power/supply/max17042_battery.c b/drivers/power/supply/max17042_battery.c index acea176101fa8..07759d4fdc37d 100644 --- a/drivers/power/supply/max17042_battery.c +++ b/drivers/power/supply/max17042_battery.c @@ -131,7 +131,7 @@ static int max17042_get_status(struct max17042_chip *chip, int *status) * FullCAP to match RepCap when it detects end of charging. * * When this cycle the battery gets charged to a higher (calculated) - * capacity then the previous cycle then FullCAP will get updated + * capacity than the previous cycle then FullCAP will get updated * continuously once end-of-charge detection kicks in, so allow the * 2 to differ a bit. */