diff mbox series

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

Message ID 20220621094736.90436-1-colin.i.king@gmail.com (mailing list archive)
State Accepted
Headers show
Series [next] iio: adc: qcom-spmi-rradc: Fix spelling mistake "coherrency" -> "coherency" | expand

Commit Message

Colin Ian King June 21, 2022, 9:47 a.m. UTC
There is a spelling mistake in a dev_err message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 drivers/iio/adc/qcom-spmi-rradc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jonathan Cameron June 25, 2022, 1:22 p.m. UTC | #1
On Tue, 21 Jun 2022 10:47:36 +0100
Colin Ian King <colin.i.king@gmail.com> wrote:

> There is a spelling mistake in a dev_err message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Applied. Thanks,

> ---
>  drivers/iio/adc/qcom-spmi-rradc.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/iio/adc/qcom-spmi-rradc.c b/drivers/iio/adc/qcom-spmi-rradc.c
> index 87f349782108..56a713766954 100644
> --- a/drivers/iio/adc/qcom-spmi-rradc.c
> +++ b/drivers/iio/adc/qcom-spmi-rradc.c
> @@ -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;
>  }
diff mbox series

Patch

diff --git a/drivers/iio/adc/qcom-spmi-rradc.c b/drivers/iio/adc/qcom-spmi-rradc.c
index 87f349782108..56a713766954 100644
--- a/drivers/iio/adc/qcom-spmi-rradc.c
+++ b/drivers/iio/adc/qcom-spmi-rradc.c
@@ -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;
 }