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] iio: imu: kmx61: Fix spelling mistake "Errow" -> "Error"
Date: Sun, 11 Dec 2022 13:39:32 +0000 [thread overview]
Message-ID: <20221211133932.088f7b77@jic23-huawei> (raw)
In-Reply-To: <20221209233202.222083-1-colin.i.king@gmail.com>
On Fri, 9 Dec 2022 23:32:02 +0000
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, but will have to wait for next cycle now.
Thanks,
Jonathan
> ---
> drivers/iio/imu/kmx61.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/iio/imu/kmx61.c b/drivers/iio/imu/kmx61.c
> index e692dfeeda44..53ba020fa5d0 100644
> --- a/drivers/iio/imu/kmx61.c
> +++ b/drivers/iio/imu/kmx61.c
> @@ -649,7 +649,7 @@ static int kmx61_chip_update_thresholds(struct kmx61_data *data)
> KMX61_REG_WUF_TIMER,
> data->wake_duration);
> if (ret < 0) {
> - dev_err(&data->client->dev, "Errow writing reg_wuf_timer\n");
> + dev_err(&data->client->dev, "Error writing reg_wuf_timer\n");
> return ret;
> }
>
prev parent reply other threads:[~2022-12-11 13:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-09 23:32 [PATCH] iio: imu: kmx61: Fix spelling mistake "Errow" -> "Error" Colin Ian King
2022-12-11 13:39 ` 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=20221211133932.088f7b77@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