Skip to content

Commit 2422745

Browse files
algonellsre
authored andcommitted
power: supply: Fix a typo
Fix a typo in comments. Reported-by: Matthew Wilcox <[email protected]> Signed-off-by: Andrew Kreimer <[email protected]> Acked-by: Michael Hennerich <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Sebastian Reichel <[email protected]>
1 parent 570c223 commit 2422745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)