cpufreq: schedutil: Avoid indented labels
authorViresh Kumar <viresh.kumar@linaro.org>
Tue, 15 Nov 2016 08:23:20 +0000 (13:53 +0530)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 16 Nov 2016 22:21:07 +0000 (23:21 +0100)
Switch to the more common practice of writing labels.

Suggested-by: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
kernel/sched/cpufreq_schedutil.c

index 69e0689..8c4e165 100644 (file)
@@ -454,17 +454,17 @@ static int sugov_init(struct cpufreq_policy *policy)
        if (ret)
                goto fail;
 
- out:
+out:
        mutex_unlock(&global_tunables_lock);
 
        cpufreq_enable_fast_switch(policy);
        return 0;
 
- fail:
+fail:
        policy->governor_data = NULL;
        sugov_tunables_free(tunables);
 
- free_sg_policy:
+free_sg_policy:
        mutex_unlock(&global_tunables_lock);
 
        sugov_policy_free(sg_policy);