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

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: Colin Ian King <colin.i.king@gmail.com>
Link: https://lore.kernel.org/r/20220621094736.90436-1-colin.i.king@gmail.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Colin Ian King and committed by
Jonathan Cameron
2a5bf05f abeba59f

+1 -1
+1 -1
drivers/iio/adc/qcom-spmi-rradc.c
··· 295 295 } 296 296 297 297 if (retry_cnt == RR_ADC_COHERENT_CHECK_RETRY) 298 - dev_err(chip->dev, "Retry exceeded for coherrency check\n"); 298 + dev_err(chip->dev, "Retry exceeded for coherency check\n"); 299 299 300 300 return ret; 301 301 }