浏览代码

regulator: core: Add missing blank line between functions

Signed-off-by: Mark Brown <broonie@kernel.org>
Mark Brown 7 年之前
父节点
当前提交
d3e4eccbb8
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/regulator/core.c

+ 1 - 0
drivers/regulator/core.c

@@ -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;