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>
This commit is contained in:
Colin Ian King 2023-02-06 09:17:42 +00:00 committed by Sebastian Reichel
parent 1d6cdc47fe
commit 469bb6093f

View file

@ -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;
}