1
0
Fork 0

[CPUFREQ] fix brace coding style issue.

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

Signed-off-by: Neal Buckendahl <nealb001@tbcnet.com>
Signed-off-by: Dave Jones <davej@redhat.com>
hifive-unleashed-5.1
Neal Buckendahl 2010-06-22 22:02:44 -05:00 committed by Dave Jones
parent 6f4f2723d0
commit 9c36f746d7
1 changed files with 1 additions and 2 deletions

View File

@ -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,
};