From: Mark Brown Date: Thu, 22 Mar 2018 07:23:35 +0000 (+0800) Subject: regulator: core: Add missing blank line between functions X-Git-Tag: v5.15~9155^2^4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d3e4eccbb8ddd2bcf906a9c2a43980b00a568eb4;p=platform%2Fkernel%2Flinux-starfive.git regulator: core: Add missing blank line between functions Signed-off-by: Mark Brown --- diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c index dd4708c..bdd9470 100644 --- a/drivers/regulator/core.c +++ b/drivers/regulator/core.c @@ -4301,6 +4301,7 @@ static int regulator_suspend_late(struct device *dev) return class_for_each_device(®ulator_class, NULL, &state, _regulator_suspend_late); } + static int _regulator_resume_early(struct device *dev, void *data) { int ret = 0;