All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][next] iio: adc: qcom-spmi-rradc: Fix spelling mistake "coherrency" -> "coherency"
@ 2022-06-21  9:47 Colin Ian King
  2022-06-25 13:22 ` Jonathan Cameron
  0 siblings, 1 reply; 2+ messages in thread
From: Colin Ian King @ 2022-06-21  9:47 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Jonathan Cameron,
	Lars-Peter Clausen, linux-arm-msm, linux-iio
  Cc: kernel-janitors, linux-kernel

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(-)

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;
 }
-- 
2.35.3


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH][next] iio: adc: qcom-spmi-rradc: Fix spelling mistake "coherrency" -> "coherency"
  2022-06-21  9:47 [PATCH][next] iio: adc: qcom-spmi-rradc: Fix spelling mistake "coherrency" -> "coherency" Colin Ian King
@ 2022-06-25 13:22 ` Jonathan Cameron
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Cameron @ 2022-06-25 13:22 UTC (permalink / raw)
  To: Colin Ian King
  Cc: Andy Gross, Bjorn Andersson, Lars-Peter Clausen, linux-arm-msm,
	linux-iio, kernel-janitors, linux-kernel

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;
>  }


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-25 13:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-21  9:47 [PATCH][next] iio: adc: qcom-spmi-rradc: Fix spelling mistake "coherrency" -> "coherency" Colin Ian King
2022-06-25 13:22 ` Jonathan Cameron

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.