Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

iio: chemical: rephrase comment and fix a typo

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>

authored by

Shi Hao and committed by
Jonathan Cameron
1a18c847 96f46405

+1 -1
+1 -1
drivers/iio/chemical/bme680_core.c
··· 807 807 adc_gas_res = FIELD_GET(BME680_ADC_GAS_RES, gas_regs_val); 808 808 809 809 /* 810 - * occurs if either the gas heating duration was insuffient 810 + * This may occur if either the gas heating duration was insufficient 811 811 * to reach the target heater temperature or the target 812 812 * heater temperature was too high for the heater sink to 813 813 * reach.