Skip to content

Commit

Permalink
[CPUFREQ] fix brace coding style issue.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Neal Buckendahl authored and Dave Jones committed Aug 3, 2010
1 parent 6f4f272 commit 9c36f74
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/cpufreq/cpufreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};

Expand Down

0 comments on commit 9c36f74

Please sign in to comment.