linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] power: supply: rt9467: Fix spelling mistake "attache" -> "attach"
@ 2023-02-06  9:17 Colin Ian King
  2023-02-07  9:47 ` ChiaEn Wu
  2023-02-13 20:43 ` Sebastian Reichel
  0 siblings, 2 replies; 3+ messages in thread
From: Colin Ian King @ 2023-02-06  9:17 UTC (permalink / raw)
  To: ChiaEn Wu, Sebastian Reichel, linux-pm; +Cc: kernel-janitors, linux-kernel

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-02-13 20:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2023-02-13 20:43 ` Sebastian Reichel

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).