Skip to content

Commit

Permalink
iio: chemical: fix spelling mistake "failted" -> "failed"
Browse files Browse the repository at this point in the history
fix spelling mistake in dev_err error message text

Signed-off-by: Colin Ian King <[email protected]>
Reviewed-by: Himanshu Jha <[email protected]>
Signed-off-by: Jonathan Cameron <[email protected]>
  • Loading branch information
Colin Ian King authored and jic23 committed Aug 3, 2018
1 parent 156c3df commit 5e45729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/iio/chemical/bme680_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 5e45729

Please sign in to comment.