Skip to content

Commit

Permalink
power: supply: rt9467: Fix spelling mistake "attache" -> "attach"
Browse files Browse the repository at this point in the history
There is a spelling mistake in a dev_err message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Reviewed-by: ChiaEn Wu <chiaen_wu@richtek.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
  • Loading branch information
Colin Ian King authored and Sebastian Reichel committed Feb 13, 2023
1 parent 1d6cdc4 commit 469bb60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/power/supply/rt9467-charger.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 469bb60

Please sign in to comment.