diff options
author | Andrew Kreimer <algonell@gmail.com> | 2024-09-12 14:52:51 +0200 |
---|---|---|
committer | Sebastian Reichel <sebastian.reichel@collabora.com> | 2024-10-15 22:37:54 +0200 |
commit | 24227455dd089b965e82cc5d2142c83f40529534 (patch) | |
tree | 59e6e50899486f5947b9cdb18ed7aa561069ce93 /drivers/power | |
parent | power: supply: Correct multiple typos in comments (diff) | |
download | linux-24227455dd089b965e82cc5d2142c83f40529534.tar.xz linux-24227455dd089b965e82cc5d2142c83f40529534.zip |
power: supply: Fix a typo
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>
Diffstat (limited to 'drivers/power')
-rw-r--r-- | drivers/power/supply/adp5061.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/power/supply/adp5061.c b/drivers/power/supply/adp5061.c index dac9875d993c..458fd3024373 100644 --- a/drivers/power/supply/adp5061.c +++ b/drivers/power/supply/adp5061.c @@ -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); |