]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
power: supply: max17042: fix a comment typo (then -> than)
authorAndré Draszik <andre.draszik@linaro.org>
Mon, 2 Mar 2026 13:32:03 +0000 (13:32 +0000)
committerSebastian Reichel <sebastian.reichel@collabora.com>
Tue, 3 Mar 2026 22:58:06 +0000 (23:58 +0100)
Fix this trivial typo where than should be used instead of then.

Reviewed-by: Peter Griffin <peter.griffin@linaro.org>
Signed-off-by: André Draszik <andre.draszik@linaro.org>
Link: https://patch.msgid.link/20260302-max77759-fg-v3-4-3c5f01dbda23@linaro.org
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/supply/max17042_battery.c

index acea176101fa88ff2e5a9187be17575c8278d097..07759d4fdc37d91bdb0b0768268230aac23dfba5 100644 (file)
@@ -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.
         */