From: Jonathan Cameron <jic23@kernel.org>
To: Colin Ian King <colin.i.king@gmail.com>
Cc: Lars-Peter Clausen <lars@metafoo.de>,
linux-iio@vger.kernel.org, kernel-janitors@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH][next] iio: Fix spelling mistake "avaialable" -> "available"
Date: Sat, 10 Aug 2024 11:23:54 +0100 [thread overview]
Message-ID: <20240810112354.0985ba35@jic23-huawei> (raw)
In-Reply-To: <20240807094745.4174785-1-colin.i.king@gmail.com>
On Wed, 7 Aug 2024 10:47:45 +0100
Colin Ian King <colin.i.king@gmail.com> wrote:
> There is a spelling mistake in a dev_warn message. Fix it.
>
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Applied.
Thanks,
J
> ---
> drivers/iio/industrialio-core.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/iio/industrialio-core.c b/drivers/iio/industrialio-core.c
> index 3f2bc6451325..6a6568d4a2cb 100644
> --- a/drivers/iio/industrialio-core.c
> +++ b/drivers/iio/industrialio-core.c
> @@ -2002,7 +2002,7 @@ int iio_active_scan_mask_index(struct iio_dev *indio_dev)
> }
>
> dev_warn(indio_dev->dev.parent,
> - "active scan mask is not part of the avaialable scan masks\n");
> + "active scan mask is not part of the available scan masks\n");
> return -EINVAL;
> }
> EXPORT_SYMBOL_GPL(iio_active_scan_mask_index);
prev parent reply other threads:[~2024-08-10 10:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-07 9:47 [PATCH][next] iio: Fix spelling mistake "avaialable" -> "available" Colin Ian King
2024-08-10 10:23 ` 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=20240810112354.0985ba35@jic23-huawei \
--to=jic23@kernel.org \
--cc=colin.i.king@gmail.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