Commit d3e4eccb authored by Mark Brown's avatar Mark Brown

regulator: core: Add missing blank line between functions

Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 7928b2cb
......@@ -4301,6 +4301,7 @@ static int regulator_suspend_late(struct device *dev)
return class_for_each_device(&regulator_class, NULL, &state,
_regulator_suspend_late);
}
static int _regulator_resume_early(struct device *dev, void *data)
{
int ret = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment