linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] power: supply: lp8788: fix typo in comment
@ 2022-05-21 11:10 Julia Lawall
  2022-06-09 19:29 ` Sebastian Reichel
  0 siblings, 1 reply; 2+ messages in thread
From: Julia Lawall @ 2022-05-21 11:10 UTC (permalink / raw)
  To: Sebastian Reichel; +Cc: kernel-janitors, linux-pm, linux-kernel

Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>

---
 drivers/power/supply/lp8788-charger.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/power/supply/lp8788-charger.c b/drivers/power/supply/lp8788-charger.c
index 397e5a03b7d9..56c57529c228 100644
--- a/drivers/power/supply/lp8788-charger.c
+++ b/drivers/power/supply/lp8788-charger.c
@@ -376,7 +376,7 @@ static int lp8788_update_charger_params(struct platform_device *pdev,
 		return 0;
 	}
 
-	/* settting charging parameters */
+	/* setting charging parameters */
 	for (i = 0; i < pdata->num_chg_params; i++) {
 		param = pdata->chg_params + i;
 


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

* Re: [PATCH] power: supply: lp8788: fix typo in comment
  2022-05-21 11:10 [PATCH] power: supply: lp8788: fix typo in comment Julia Lawall
@ 2022-06-09 19:29 ` Sebastian Reichel
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastian Reichel @ 2022-06-09 19:29 UTC (permalink / raw)
  To: Julia Lawall; +Cc: kernel-janitors, linux-pm, linux-kernel

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

Hi,

On Sat, May 21, 2022 at 01:10:35PM +0200, Julia Lawall wrote:
> Spelling mistake (triple letters) in comment.
> Detected with the help of Coccinelle.
> 
> Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
> ---

Thanks, queued.

-- Sebastian

>  drivers/power/supply/lp8788-charger.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/power/supply/lp8788-charger.c b/drivers/power/supply/lp8788-charger.c
> index 397e5a03b7d9..56c57529c228 100644
> --- a/drivers/power/supply/lp8788-charger.c
> +++ b/drivers/power/supply/lp8788-charger.c
> @@ -376,7 +376,7 @@ static int lp8788_update_charger_params(struct platform_device *pdev,
>  		return 0;
>  	}
>  
> -	/* settting charging parameters */
> +	/* setting charging parameters */
>  	for (i = 0; i < pdata->num_chg_params; i++) {
>  		param = pdata->chg_params + i;
>  
> 

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

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

end of thread, other threads:[~2022-06-09 19:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-21 11:10 [PATCH] power: supply: lp8788: fix typo in comment Julia Lawall
2022-06-09 19:29 ` 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).