Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 469057d5 authored by Karthigan Srinivasan's avatar Karthigan Srinivasan Committed by Dave Jones
Browse files

[CPUFREQ] cpufreq_stats.c: Fixed brace coding style issue



Fixed brace coding style issue.

Signed-off-by: default avatarKarthigan Srinivasan <karthigan.srinivasan@hp.com>
Signed-off-by: default avatarDave Jones <davej@redhat.com>
parent 98586ed8
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -338,8 +338,7 @@ static int __cpuinit cpufreq_stat_cpu_callback(struct notifier_block *nfb,
}

/* priority=1 so this will get called before cpufreq_remove_dev */
static struct notifier_block cpufreq_stat_cpu_notifier __refdata =
{
static struct notifier_block cpufreq_stat_cpu_notifier __refdata = {
	.notifier_call = cpufreq_stat_cpu_callback,
	.priority = 1,
};