linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] power/supply: fix repeated words in comments
@ 2022-10-22  5:45 wangjianli
  2022-10-28 14:12 ` Sebastian Reichel
  0 siblings, 1 reply; 4+ messages in thread
From: wangjianli @ 2022-10-22  5:45 UTC (permalink / raw)
  To: sre; +Cc: linux-pm, linux-kernel, wangjianli

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(-)

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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] power/supply: fix repeated words in comments
  2022-10-22  5:45 [PATCH] power/supply: fix repeated words in comments wangjianli
@ 2022-10-28 14:12 ` Sebastian Reichel
  0 siblings, 0 replies; 4+ messages in thread
From: Sebastian Reichel @ 2022-10-28 14:12 UTC (permalink / raw)
  To: wangjianli; +Cc: linux-pm, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1113 bytes --]

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
> 

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] power/supply: fix repeated words in comments
  2022-08-21 14:49 wangjianli
@ 2022-09-11 12:17 ` Sebastian Reichel
  0 siblings, 0 replies; 4+ messages in thread
From: Sebastian Reichel @ 2022-09-11 12:17 UTC (permalink / raw)
  To: wangjianli; +Cc: linux-pm, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 907 bytes --]

Hi,

On Sun, Aug 21, 2022 at 10:49:42PM +0800, wangjianli wrote:
>  Delete the redundant word 'on'.
> 
> Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
> ---

Thanks, queued with fixed Subject.

-- Sebastian

>  drivers/power/supply/cpcap-charger.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/power/supply/cpcap-charger.c b/drivers/power/supply/cpcap-charger.c
> index 60e0ce105a29..be9764541d52 100644
> --- a/drivers/power/supply/cpcap-charger.c
> +++ b/drivers/power/supply/cpcap-charger.c
> @@ -5,7 +5,7 @@
>   * Copyright (C) 2017 Tony Lindgren <tony@atomide.com>
>   *
>   * Rewritten for Linux power framework with some parts based on
> - * on earlier driver found in the Motorola Linux kernel:
> + * earlier driver found in the Motorola Linux kernel:
>   *
>   * Copyright (C) 2009-2010 Motorola, Inc.
>   */
> -- 
> 2.36.1
> 

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] power/supply: fix repeated words in comments
@ 2022-08-21 14:49 wangjianli
  2022-09-11 12:17 ` Sebastian Reichel
  0 siblings, 1 reply; 4+ messages in thread
From: wangjianli @ 2022-08-21 14:49 UTC (permalink / raw)
  To: sre; +Cc: linux-pm, linux-kernel, wangjianli

 Delete the redundant word 'on'.

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

diff --git a/drivers/power/supply/cpcap-charger.c b/drivers/power/supply/cpcap-charger.c
index 60e0ce105a29..be9764541d52 100644
--- a/drivers/power/supply/cpcap-charger.c
+++ b/drivers/power/supply/cpcap-charger.c
@@ -5,7 +5,7 @@
  * Copyright (C) 2017 Tony Lindgren <tony@atomide.com>
  *
  * Rewritten for Linux power framework with some parts based on
- * on earlier driver found in the Motorola Linux kernel:
+ * earlier driver found in the Motorola Linux kernel:
  *
  * Copyright (C) 2009-2010 Motorola, Inc.
  */
-- 
2.36.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-10-28 14:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-22  5:45 [PATCH] power/supply: fix repeated words in comments wangjianli
2022-10-28 14:12 ` Sebastian Reichel
  -- strict thread matches above, loose matches on Subject: below --
2022-08-21 14:49 wangjianli
2022-09-11 12:17 ` Sebastian Reichel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).