Skip to content

Commit 6d068f1

Browse files
ColinIanKingbroonie
authored andcommitted
regulator: rt5133: Fix spelling mistake "regualtor" -> "regulator"
There is a spelling mistake in a dev_err message. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Link: https://patch.msgid.link/20250814073326.17644-1-colin.i.king@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 3753393 commit 6d068f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/regulator/rt5133-regulator.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ static int rt5133_validate_vendor_info(struct rt5133_priv *priv)
511511
}
512512
}
513513
if (IS_ERR(priv->cdata)) {
514-
dev_err(priv->dev, "Failed to find regualtor match version\n");
514+
dev_err(priv->dev, "Failed to find regulator match version\n");
515515
return -ENODEV;
516516
}
517517

0 commit comments

Comments
 (0)