regulator: dbx500-prcmu: Silence checkpatch warnings
authorSachin Kamat <sachin.kamat@linaro.org>
Tue, 18 Mar 2014 10:23:01 +0000 (15:53 +0530)
committerMark Brown <broonie@linaro.org>
Wed, 19 Mar 2014 10:19:46 +0000 (10:19 +0000)
Silences the following warning type:
WARNING: Missing a blank line after declarations

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/regulator/dbx500-prcmu.c

index f111dfb8d2d795c89a67e08b8fbf9c10f4ac140c..538478883ae29fe346c84ad0f39be22867eaf51e 100644 (file)
@@ -78,6 +78,7 @@ static struct ux500_regulator_debug {
 void ux500_regulator_suspend_debug(void)
 {
        int i;
+
        for (i = 0; i < rdebug.num_regulators; i++)
                rdebug.state_before_suspend[i] =
                        rdebug.regulator_array[i].is_enabled;
@@ -86,6 +87,7 @@ void ux500_regulator_suspend_debug(void)
 void ux500_regulator_resume_debug(void)
 {
        int i;
+
        for (i = 0; i < rdebug.num_regulators; i++)
                rdebug.state_after_suspend[i] =
                        rdebug.regulator_array[i].is_enabled;
This page took 0.027165 seconds and 5 git commands to generate.