[PATCH v5 12/14] iio: chemical: rephrase comment and fix a typo

Shi Hao posted 14 patches 3 weeks ago
[PATCH v5 12/14] iio: chemical: rephrase comment and fix a typo
Posted by Shi Hao 3 weeks ago
Rephrase the comment and fix a spelling mistake.

- insuffient -> insufficient

Signed-off-by: Shi Hao <i.shihao.999@gmail.com>
---
 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 24e0b59e2fdf..6aeac132394c 100644
--- a/drivers/iio/chemical/bme680_core.c
+++ b/drivers/iio/chemical/bme680_core.c
@@ -807,7 +807,7 @@ static int bme680_read_gas(struct bme680_data *data, int *comp_gas_res)
	adc_gas_res = FIELD_GET(BME680_ADC_GAS_RES, gas_regs_val);

	/*
-	 * occurs if either the gas heating duration was insuffient
+	 * This may occur if either the gas heating duration was insufficient
	 * to reach the target heater temperature or the target
	 * heater temperature was too high for the heater sink to
	 * reach.
--
2.53.0
Re: [PATCH v5 12/14] iio: chemical: rephrase comment and fix a typo
Posted by Jonathan Cameron 2 weeks, 2 days ago
On Mon, 16 Mar 2026 14:30:20 +0530
Shi Hao <i.shihao.999@gmail.com> wrote:

> Rephrase the comment and fix a spelling mistake.
> 
> - insuffient -> insufficient
> 
> Signed-off-by: Shi Hao <i.shihao.999@gmail.com>
Applied.
> ---
>  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 24e0b59e2fdf..6aeac132394c 100644
> --- a/drivers/iio/chemical/bme680_core.c
> +++ b/drivers/iio/chemical/bme680_core.c
> @@ -807,7 +807,7 @@ static int bme680_read_gas(struct bme680_data *data, int *comp_gas_res)
> 	adc_gas_res = FIELD_GET(BME680_ADC_GAS_RES, gas_regs_val);
> 
> 	/*
> -	 * occurs if either the gas heating duration was insuffient
> +	 * This may occur if either the gas heating duration was insufficient
> 	 * to reach the target heater temperature or the target
> 	 * heater temperature was too high for the heater sink to
> 	 * reach.
> --
> 2.53.0