]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
iio: chemical: rephrase comment and fix a typo
authorShi Hao <i.shihao.999@gmail.com>
Mon, 16 Mar 2026 09:00:20 +0000 (14:30 +0530)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 21 Mar 2026 19:29:08 +0000 (19:29 +0000)
Rephrase the comment and fix a spelling mistake.

- insuffient -> insufficient

Signed-off-by: Shi Hao <i.shihao.999@gmail.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/chemical/bme680_core.c

index 70f81c4a96bacdf823de1697d564da143c9fe304..b5b2c8587749191c602290380113164da8ef1333 100644 (file)
@@ -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.