]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
power: supply: Fix a typo
authorAndrew Kreimer <algonell@gmail.com>
Thu, 12 Sep 2024 12:52:51 +0000 (15:52 +0300)
committerSebastian Reichel <sebastian.reichel@collabora.com>
Tue, 15 Oct 2024 20:37:54 +0000 (22:37 +0200)
Fix a typo in comments.

Reported-by: Matthew Wilcox <willy@infradead.org>
Signed-off-by: Andrew Kreimer <algonell@gmail.com>
Acked-by: Michael Hennerich <michael.hennerich@analog.com>
Link: https://lore.kernel.org/r/20240912125303.44118-1-algonell@gmail.com
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/supply/adp5061.c

index dac9875d993c9ccb8926055f824b8b851f3c0935..458fd3024373ffb7eb3d0976beb15a58e4754849 100644 (file)
@@ -590,7 +590,7 @@ static int adp5061_get_property(struct power_supply *psy,
        case POWER_SUPPLY_PROP_VOLTAGE_AVG:
                /*
                 * This property is used to set the VWEAK threshold
-                * bellow this value, weak charge mode is entered
+                * below this value, weak charge mode is entered
                 * above this value, fast chargerge mode is entered
                 */
                return adp5061_get_vweak_th(st, val);