Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Colin Ian King and committed by
Mark Brown
6d068f1a 37533933

+1 -1
+1 -1
drivers/regulator/rt5133-regulator.c
··· 511 511 } 512 512 } 513 513 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"); 515 515 return -ENODEV; 516 516 } 517 517