Skip to content

Commit 469bb60

Browse files
ColinIanKingsre
authored andcommitted
power: supply: rt9467: Fix spelling mistake "attache" -> "attach"
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>
1 parent 1d6cdc4 commit 469bb60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/power/supply/rt9467-charger.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -970,7 +970,7 @@ static irqreturn_t rt9467_usb_state_handler(int irq, void *priv)
970970

971971
ret = rt9467_report_usb_state(data);
972972
if (ret) {
973-
dev_err(data->dev, "Failed to report attache type (%d)\n", ret);
973+
dev_err(data->dev, "Failed to report attach type (%d)\n", ret);
974974
return IRQ_NONE;
975975
}
976976

0 commit comments

Comments
 (0)