From: wangjianli Date: Sat, 22 Oct 2022 05:45:44 +0000 (+0800) Subject: power/supply: fix repeated words in comments X-Git-Tag: v6.6.7~3872^2~49 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=03b33d4ac41e4d0bb3e4654f21e06caba4ccb400;p=platform%2Fkernel%2Flinux-starfive.git power/supply: fix repeated words in comments Delete the redundant word 'the'. Signed-off-by: wangjianli Signed-off-by: Sebastian Reichel --- diff --git a/drivers/power/supply/ab8500_charger.c b/drivers/power/supply/ab8500_charger.c index c19c504..cf45a2c 100644 --- a/drivers/power/supply/ab8500_charger.c +++ b/drivers/power/supply/ab8500_charger.c @@ -1940,7 +1940,7 @@ static int ab8500_charger_get_ext_psy_data(struct device *dev, void *data) * * Due to a asic bug it is necessary to lower the input current to the vbus * charger when charging with at some specific levels. This issue is only valid - * for below a certain battery voltage. This function makes sure that the + * for below a certain battery voltage. This function makes sure that * the allowed current limit isn't exceeded. */ static void ab8500_charger_check_vbat_work(struct work_struct *work)