We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71d141e commit 0bd042aCopy full SHA for 0bd042a
drivers/regulator/mt6370-regulator.c
@@ -320,7 +320,7 @@ static int mt6370_regulator_irq_register(struct mt6370_priv *priv)
320
return 0;
321
}
322
323
-static int mt6370_regualtor_register(struct mt6370_priv *priv)
+static int mt6370_regulator_register(struct mt6370_priv *priv)
324
{
325
struct regulator_dev *rdev;
326
struct regulator_config cfg = {};
@@ -363,7 +363,7 @@ static int mt6370_regulator_probe(struct platform_device *pdev)
363
return -ENODEV;
364
365
366
- ret = mt6370_regualtor_register(priv);
+ ret = mt6370_regulator_register(priv);
367
if (ret)
368
return ret;
369
0 commit comments