Skip to content

Commit 2422745

Browse files
algonellsre
authored andcommitted
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>
1 parent 570c223 commit 2422745

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/power/supply/adp5061.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ static int adp5061_get_property(struct power_supply *psy,
590590
case POWER_SUPPLY_PROP_VOLTAGE_AVG:
591591
/*
592592
* This property is used to set the VWEAK threshold
593-
* bellow this value, weak charge mode is entered
593+
* below this value, weak charge mode is entered
594594
* above this value, fast chargerge mode is entered
595595
*/
596596
return adp5061_get_vweak_th(st, val);

0 commit comments

Comments
 (0)