diff options
author | wangjianli <wangjianli@cdjrlc.com> | 2022-10-22 07:45:44 +0200 |
---|---|---|
committer | Sebastian Reichel <sebastian.reichel@collabora.com> | 2022-10-28 16:11:54 +0200 |
commit | 03b33d4ac41e4d0bb3e4654f21e06caba4ccb400 (patch) | |
tree | ce0e830d69b72af711c156235b99f431cf026f7d /drivers/power | |
parent | dt-bindings: power: reset: restart-handler: add common schema (diff) | |
download | linux-03b33d4ac41e4d0bb3e4654f21e06caba4ccb400.tar.xz linux-03b33d4ac41e4d0bb3e4654f21e06caba4ccb400.zip |
power/supply: fix repeated words in comments
Delete the redundant word 'the'.
Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Diffstat (limited to 'drivers/power')
-rw-r--r-- | drivers/power/supply/ab8500_charger.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/power/supply/ab8500_charger.c b/drivers/power/supply/ab8500_charger.c index c19c50442761..cf45a2c26b7f 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) |