iio: adc: qcom-spmi-rradc: Fix spelling mistake "coherrency" -> "coherency"
authorColin Ian King <colin.i.king@gmail.com>
Tue, 21 Jun 2022 09:47:36 +0000 (10:47 +0100)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Fri, 1 Jul 2022 10:19:08 +0000 (11:19 +0100)
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>
drivers/iio/adc/qcom-spmi-rradc.c

index 87f3497..56a7137 100644 (file)
@@ -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;
 }