mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-12-27 10:01:39 -05:00
regulator: mt6370: Fix spelling mistake in mt6370_regualtor_register
The function name mt6370_regualtor_register contains a spelling mistake, fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Link: https://patch.msgid.link/20250724114832.146718-1-colin.i.king@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
committed by
Mark Brown
parent
71d141edbf
commit
0bd042ae77
@@ -320,7 +320,7 @@ static int mt6370_regulator_irq_register(struct mt6370_priv *priv)
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int mt6370_regualtor_register(struct mt6370_priv *priv)
|
||||
static int mt6370_regulator_register(struct mt6370_priv *priv)
|
||||
{
|
||||
struct regulator_dev *rdev;
|
||||
struct regulator_config cfg = {};
|
||||
@@ -363,7 +363,7 @@ static int mt6370_regulator_probe(struct platform_device *pdev)
|
||||
return -ENODEV;
|
||||
}
|
||||
|
||||
ret = mt6370_regualtor_register(priv);
|
||||
ret = mt6370_regulator_register(priv);
|
||||
if (ret)
|
||||
return ret;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user