linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] iio: chemical: bme680: fix typo in comment
@ 2022-05-21 11:11 Julia Lawall
  2022-05-22 10:54 ` Jonathan Cameron
  0 siblings, 1 reply; 2+ messages in thread
From: Julia Lawall @ 2022-05-21 11:11 UTC (permalink / raw)
  To: Jonathan Cameron
  Cc: kernel-janitors, Lars-Peter Clausen, linux-iio, linux-kernel

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

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

---
 drivers/iio/chemical/bme680_core.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/iio/chemical/bme680_core.c b/drivers/iio/chemical/bme680_core.c
index 16ff7a98c9f0..ef5e0e46fd34 100644
--- a/drivers/iio/chemical/bme680_core.c
+++ b/drivers/iio/chemical/bme680_core.c
@@ -638,7 +638,7 @@ static int bme680_read_temp(struct bme680_data *data, int *val)
 	comp_temp = bme680_compensate_temp(data, adc_temp);
 	/*
 	 * val might be NULL if we're called by the read_press/read_humid
-	 * routine which is callled to get t_fine value used in
+	 * routine which is called to get t_fine value used in
 	 * compensate_press/compensate_humid to get compensated
 	 * pressure/humidity readings.
 	 */


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

* Re: [PATCH] iio: chemical: bme680: fix typo in comment
  2022-05-21 11:11 [PATCH] iio: chemical: bme680: fix typo in comment Julia Lawall
@ 2022-05-22 10:54 ` Jonathan Cameron
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Cameron @ 2022-05-22 10:54 UTC (permalink / raw)
  To: Julia Lawall; +Cc: kernel-janitors, Lars-Peter Clausen, linux-iio, linux-kernel

On Sat, 21 May 2022 13:11:18 +0200
Julia Lawall <Julia.Lawall@inria.fr> wrote:

> Spelling mistake (triple letters) in comment.
> Detected with the help of Coccinelle.
> 
> Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Applied for 5.20.

Thanks,

Jonathan

> 
> ---
>  drivers/iio/chemical/bme680_core.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/iio/chemical/bme680_core.c b/drivers/iio/chemical/bme680_core.c
> index 16ff7a98c9f0..ef5e0e46fd34 100644
> --- a/drivers/iio/chemical/bme680_core.c
> +++ b/drivers/iio/chemical/bme680_core.c
> @@ -638,7 +638,7 @@ static int bme680_read_temp(struct bme680_data *data, int *val)
>  	comp_temp = bme680_compensate_temp(data, adc_temp);
>  	/*
>  	 * val might be NULL if we're called by the read_press/read_humid
> -	 * routine which is callled to get t_fine value used in
> +	 * routine which is called to get t_fine value used in
>  	 * compensate_press/compensate_humid to get compensated
>  	 * pressure/humidity readings.
>  	 */
> 


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

end of thread, other threads:[~2022-05-22 10:46 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:11 [PATCH] iio: chemical: bme680: fix typo in comment Julia Lawall
2022-05-22 10:54 ` Jonathan Cameron

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