diff mbox series

power/supply: fix repeated words in comments

Message ID 20221022054544.35121-1-wangjianli@cdjrlc.com
State Accepted
Commit 03b33d4ac41e4d0bb3e4654f21e06caba4ccb400
Headers show
Series power/supply: fix repeated words in comments | expand

Commit Message

wangjianli Oct. 22, 2022, 5:45 a.m. UTC
Delete the redundant word 'the'.

Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
---
 drivers/power/supply/ab8500_charger.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Sebastian Reichel Oct. 28, 2022, 2:12 p.m. UTC | #1
Hi,

On Sat, Oct 22, 2022 at 01:45:44PM +0800, wangjianli wrote:
> Delete the redundant word 'the'.
> 
> Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
> ---

Thanks, queued.

-- Sebastian

>  drivers/power/supply/ab8500_charger.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/power/supply/ab8500_charger.c b/drivers/power/supply/ab8500_charger.c
> index d04d087caa50..2af83643508c 100644
> --- a/drivers/power/supply/ab8500_charger.c
> +++ b/drivers/power/supply/ab8500_charger.c
> @@ -1963,7 +1963,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)
> -- 
> 2.36.1
>
diff mbox series

Patch

diff --git a/drivers/power/supply/ab8500_charger.c b/drivers/power/supply/ab8500_charger.c
index d04d087caa50..2af83643508c 100644
--- a/drivers/power/supply/ab8500_charger.c
+++ b/drivers/power/supply/ab8500_charger.c
@@ -1963,7 +1963,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)