mirror of
https://github.com/torvalds/linux.git
synced 2024-12-03 01:21:28 +00:00
iio: chemical: fix spelling mistake "failted" -> "failed"
fix spelling mistake in dev_err error message text Signed-off-by: Colin Ian King <colin.king@canonical.com> Reviewed-by: Himanshu Jha <himanshujha199640@gmail.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
This commit is contained in:
parent
156c3df8d4
commit
5e45729608
@ -577,7 +577,7 @@ static int bme680_gas_config(struct bme680_data *data)
|
||||
/* set target heating duration */
|
||||
ret = regmap_write(data->regmap, BME680_REG_GAS_WAIT_0, heatr_dur);
|
||||
if (ret < 0) {
|
||||
dev_err(dev, "failted to write gas_wait_0 register\n");
|
||||
dev_err(dev, "failed to write gas_wait_0 register\n");
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user