[PATCH] power: supply: Fix a typo

Andrew Kreimer posted 1 patch 2 months, 2 weeks ago
drivers/power/supply/adp5061.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] power: supply: Fix a typo
Posted by Andrew Kreimer 2 months, 2 weeks ago
Fix a typo in comments.

Reported-by: Matthew Wilcox <willy@infradead.org>
Signed-off-by: Andrew Kreimer <algonell@gmail.com>
---
 drivers/power/supply/adp5061.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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);
-- 
2.46.0
Re: [PATCH] power: supply: Fix a typo
Posted by Sebastian Reichel 1 month, 2 weeks ago
On Thu, 12 Sep 2024 15:52:51 +0300, Andrew Kreimer wrote:
> Fix a typo in comments.
> 
> 

Applied, thanks!

[1/1] power: supply: Fix a typo
      commit: 24227455dd089b965e82cc5d2142c83f40529534

Best regards,
-- 
Sebastian Reichel <sebastian.reichel@collabora.com>