From: ChiaEn Wu <chiaen_wu@richtek.com>
To: Colin Ian King <colin.i.king@gmail.com>
Cc: Sebastian Reichel <sre@kernel.org>, <linux-pm@vger.kernel.org>,
<kernel-janitors@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
<peterwu.pub@gmail.com>
Subject: Re: [PATCH][next] power: supply: rt9467: Fix spelling mistake "attache" -> "attach"
Date: Tue, 7 Feb 2023 17:47:58 +0800 [thread overview]
Message-ID: <20230207094758.GA17541@linuxcarl2.richtek.com> (raw)
In-Reply-To: <20230206091742.45977-1-colin.i.king@gmail.com>
On Mon, Feb 06, 2023 at 09:17:42AM +0000, Colin Ian King wrote:
> There is a spelling mistake in a dev_err message. Fix it.
>
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
Hi,
It's really typo. Thanks!
Reviewed-by: ChiaEn Wu <chiaen_wu@richtek.com>
Best regards,
ChiaEn Wu
> drivers/power/supply/rt9467-charger.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/power/supply/rt9467-charger.c b/drivers/power/supply/rt9467-charger.c
> index 96ad0d7d3af4..73f744a3155d 100644
> --- a/drivers/power/supply/rt9467-charger.c
> +++ b/drivers/power/supply/rt9467-charger.c
> @@ -970,7 +970,7 @@ static irqreturn_t rt9467_usb_state_handler(int irq, void *priv)
>
> ret = rt9467_report_usb_state(data);
> if (ret) {
> - dev_err(data->dev, "Failed to report attache type (%d)\n", ret);
> + dev_err(data->dev, "Failed to report attach type (%d)\n", ret);
> return IRQ_NONE;
> }
>
> --
> 2.30.2
>
next prev parent reply other threads:[~2023-02-07 9:48 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-06 9:17 [PATCH][next] power: supply: rt9467: Fix spelling mistake "attache" -> "attach" Colin Ian King
2023-02-07 9:47 ` ChiaEn Wu [this message]
2023-02-13 20:43 ` Sebastian Reichel
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=20230207094758.GA17541@linuxcarl2.richtek.com \
--to=chiaen_wu@richtek.com \
--cc=colin.i.king@gmail.com \
--cc=kernel-janitors@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=peterwu.pub@gmail.com \
--cc=sre@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;
as well as URLs for NNTP newsgroup(s).