Commit 2a5bf05f authored by Colin Ian King's avatar Colin Ian King Committed by Jonathan Cameron

iio: adc: qcom-spmi-rradc: Fix spelling mistake "coherrency" -> "coherency"

There is a spelling mistake in a dev_err message. Fix it.
Signed-off-by: default avatarColin Ian King <colin.i.king@gmail.com>
Link: https://lore.kernel.org/r/20220621094736.90436-1-colin.i.king@gmail.comSigned-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
parent abeba59f
......@@ -295,7 +295,7 @@ static int rradc_read(struct rradc_chip *chip, u16 addr, __le16 *buf, int len)
}
if (retry_cnt == RR_ADC_COHERENT_CHECK_RETRY)
dev_err(chip->dev, "Retry exceeded for coherrency check\n");
dev_err(chip->dev, "Retry exceeded for coherency check\n");
return ret;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment