Linux IIO development
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: Colin Ian King <colin.i.king@gmail.com>
Cc: Lars-Peter Clausen <lars@metafoo.de>,
	Michael Hennerich <Michael.Hennerich@analog.com>,
	Cosmin Tanislav <cosmin.tanislav@analog.com>,
	linux-iio@vger.kernel.org, kernel-janitors@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH][next] iio: adc: ad4130: Fix spelling mistake "diffreential" -> "differential"
Date: Sat, 5 Nov 2022 14:31:12 +0000	[thread overview]
Message-ID: <20221105143112.02af0e37@jic23-huawei> (raw)
In-Reply-To: <20221104093148.167765-1-colin.i.king@gmail.com>

On Fri,  4 Nov 2022 09:31:48 +0000
Colin Ian King <colin.i.king@gmail.com> wrote:

> There is a spelling mistake in an error message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Applied
> ---
>  drivers/iio/adc/ad4130.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/iio/adc/ad4130.c b/drivers/iio/adc/ad4130.c
> index 9a4d0043d797..ae1a4dd5c40a 100644
> --- a/drivers/iio/adc/ad4130.c
> +++ b/drivers/iio/adc/ad4130.c
> @@ -1480,7 +1480,7 @@ static int ad4130_validate_diff_channel(struct ad4130_state *st, u32 pin)
>  
>  	if (pin >= AD4130_MAX_DIFF_INPUTS)
>  		return dev_err_probe(dev, -EINVAL,
> -				     "Invalid diffreential channel %u\n", pin);
> +				     "Invalid differential channel %u\n", pin);
>  
>  	if (pin >= AD4130_MAX_ANALOG_PINS)
>  		return 0;


      reply	other threads:[~2022-11-05 14:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-04  9:31 [PATCH][next] iio: adc: ad4130: Fix spelling mistake "diffreential" -> "differential" Colin Ian King
2022-11-05 14:31 ` Jonathan Cameron [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221105143112.02af0e37@jic23-huawei \
    --to=jic23@kernel.org \
    --cc=Michael.Hennerich@analog.com \
    --cc=colin.i.king@gmail.com \
    --cc=cosmin.tanislav@analog.com \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=lars@metafoo.de \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox