Skip to content

Commit 0bd042a

Browse files
ColinIanKingbroonie
authored andcommitted
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 <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 71d141e commit 0bd042a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/regulator/mt6370-regulator.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ static int mt6370_regulator_irq_register(struct mt6370_priv *priv)
320320
return 0;
321321
}
322322

323-
static int mt6370_regualtor_register(struct mt6370_priv *priv)
323+
static int mt6370_regulator_register(struct mt6370_priv *priv)
324324
{
325325
struct regulator_dev *rdev;
326326
struct regulator_config cfg = {};
@@ -363,7 +363,7 @@ static int mt6370_regulator_probe(struct platform_device *pdev)
363363
return -ENODEV;
364364
}
365365

366-
ret = mt6370_regualtor_register(priv);
366+
ret = mt6370_regulator_register(priv);
367367
if (ret)
368368
return ret;
369369

0 commit comments

Comments
 (0)