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

Commit 9c36f746 authored by Neal Buckendahl's avatar Neal Buckendahl Committed by Dave Jones
Browse files

[CPUFREQ] fix brace coding style issue.



This patch fixes up a brace warning found by the checkpatch.pl tool

Signed-off-by: default avatarNeal Buckendahl <nealb001@tbcnet.com>
Signed-off-by: default avatarDave Jones <davej@redhat.com>
parent 6f4f2723
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1876,8 +1876,7 @@ static int __cpuinit cpufreq_cpu_callback(struct notifier_block *nfb,
	return NOTIFY_OK;
}

static struct notifier_block __refdata cpufreq_cpu_notifier =
{
static struct notifier_block __refdata cpufreq_cpu_notifier = {
    .notifier_call = cpufreq_cpu_callback,
};