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

[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
......@@ -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,
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment