RE: [PATCH] power: supply: Fix a typo

From: Hennerich, Michael
Date: Thu Sep 12 2024 - 08:55:37 EST




> -----Original Message-----
> From: Andrew Kreimer <algonell@xxxxxxxxx>
> Sent: Thursday, September 12, 2024 2:53 PM
> To: Hennerich, Michael <Michael.Hennerich@xxxxxxxxxx>; Sebastian Reichel
> <sre@xxxxxxxxxx>
> Cc: linux-pm@xxxxxxxxxxxxxxx; linux-kernel@xxxxxxxxxxxxxxx; kernel-
> janitors@xxxxxxxxxxxxxxx; Andrew Kreimer <algonell@xxxxxxxxx>; Matthew
> Wilcox <willy@xxxxxxxxxxxxx>
> Subject: [PATCH] power: supply: Fix a typo
>
> Fix a typo in comments.
>
> Reported-by: Matthew Wilcox <willy@xxxxxxxxxxxxx>
> Signed-off-by: Andrew Kreimer <algonell@xxxxxxxxx>

Acked-by: Michael Hennerich <michael.hennerich@xxxxxxxxxx>

> ---
> 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