[PATCH v3 5/6] iio: chemical: fix typo insuffient to insufficient

Shi Hao posted 6 patches 1 month ago
There is a newer version of this series
[PATCH v3 5/6] iio: chemical: fix typo insuffient to insufficient
Posted by Shi Hao 1 month ago
fix incorrect spelling in comment

- 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 70f81c4a96ba..204663330bb3 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
+	 * occurs 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 v3 5/6] iio: chemical: fix typo insuffient to insufficient
Posted by Andy Shevchenko 1 month ago
On Mon, Mar 09, 2026 at 04:15:12PM +0530, Shi Hao wrote:
> fix incorrect spelling in comment
> 
> - insuffient -> insufficient

Same comment as per patch 6.

...

> 	/*
> -	 * occurs if either the gas heating duration was insuffient
> +	 * occurs if either the gas heating duration was insufficient

"This may occur..."
OR
"This occurs..."

> 	 * to reach the target heater temperature or the target
> 	 * heater temperature was too high for the heater sink to
> 	 * reach.

-- 
With Best Regards,
Andy Shevchenko