All of lore.kernel.org
 help / color / mirror / Atom feed
From: Colin Ian King <colin.i.king@gmail.com>
To: ChiaEn Wu <chiaen_wu@richtek.com>,
	Sebastian Reichel <sre@kernel.org>,
	linux-pm@vger.kernel.org
Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH][next] power: supply: rt9467: Fix spelling mistake "attache" -> "attach"
Date: Mon,  6 Feb 2023 09:17:42 +0000	[thread overview]
Message-ID: <20230206091742.45977-1-colin.i.king@gmail.com> (raw)

There is a spelling mistake in a dev_err message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 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


             reply	other threads:[~2023-02-06  9:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-06  9:17 Colin Ian King [this message]
2023-02-07  9:47 ` [PATCH][next] power: supply: rt9467: Fix spelling mistake "attache" -> "attach" ChiaEn Wu
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=20230206091742.45977-1-colin.i.king@gmail.com \
    --to=colin.i.king@gmail.com \
    --cc=chiaen_wu@richtek.com \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --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 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.