]> Git Repo - linux.git/commitdiff
regulator: core: Add missing blank line between functions
authorMark Brown <[email protected]>
Thu, 22 Mar 2018 07:23:35 +0000 (15:23 +0800)
committerMark Brown <[email protected]>
Thu, 22 Mar 2018 07:23:35 +0000 (15:23 +0800)
Signed-off-by: Mark Brown <[email protected]>
drivers/regulator/core.c

index dd4708c58480d277e0346f9b287831b080f8af6b..bdd9470839249cea5f95c4692d831d93c99bad62 100644 (file)
@@ -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;
This page took 0.074585 seconds and 4 git commands to generate.