aboutsummaryrefslogtreecommitdiff
path: root/drivers/power/supply
diff options
context:
space:
mode:
authorGravatar wangjianli <wangjianli@cdjrlc.com> 2022-10-22 13:45:44 +0800
committerGravatar Sebastian Reichel <sebastian.reichel@collabora.com> 2022-10-28 16:11:54 +0200
commit03b33d4ac41e4d0bb3e4654f21e06caba4ccb400 (patch)
treece0e830d69b72af711c156235b99f431cf026f7d /drivers/power/supply
parentdt-bindings: power: reset: restart-handler: add common schema (diff)
downloadlinux-03b33d4ac41e4d0bb3e4654f21e06caba4ccb400.tar.gz
linux-03b33d4ac41e4d0bb3e4654f21e06caba4ccb400.tar.bz2
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/supply')
-rw-r--r--drivers/power/supply/ab8500_charger.c2
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)