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 <[email protected]> Reviewed-by: ChiaEn Wu <[email protected]> Signed-off-by: Sebastian Reichel <[email protected]>
1 parent 1d6cdc4 commit 469bb60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)