Skip to content

Commit

Permalink
[CPUFREQ] cpufreq_stats.c: Fixed brace coding style issue
Browse files Browse the repository at this point in the history
Fixed brace coding style issue.

Signed-off-by: Karthigan Srinivasan <[email protected]>
Signed-off-by: Dave Jones <[email protected]>
  • Loading branch information
Karthigan Srinivasan authored and Dave Jones committed May 4, 2011
1 parent 98586ed commit 469057d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/cpufreq/cpufreq_stats.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};
Expand Down

0 comments on commit 469057d

Please sign in to comment.