diff options
| author | wangjianli <wangjianli@cdjrlc.com> | 2022-10-22 13:45:44 +0800 |
|---|---|---|
| committer | Sebastian Reichel <sebastian.reichel@collabora.com> | 2022-10-28 16:11:54 +0200 |
| commit | 03b33d4ac41e4d0bb3e4654f21e06caba4ccb400 (patch) | |
| tree | ce0e830d69b72af711c156235b99f431cf026f7d | |
| parent | 3f5b93f4077b37d576b6cdbcb636f443aa09eb03 (diff) | |
| download | linux-stable-03b33d4ac41e4d0bb3e4654f21e06caba4ccb400.tar.gz linux-stable-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>
| -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) |
