Re: [PATCH] iio: chemical: bme680: fix typo in comment

From: Jonathan Cameron
Date: Sun May 22 2022 - 06:46:10 EST


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

> Spelling mistake (triple letters) in comment.
> Detected with the help of Coccinelle.
>
> Signed-off-by: Julia Lawall <Julia.Lawall@xxxxxxxx>
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.
> */
>