[PATCH] Drivers: cpufreq/cpufreq_stats.c: Fixed brace coding

From: Karthigan Srinivasan
Date: Fri Apr 01 2011 - 18:20:49 EST


Fixed brace coding style issue.

Signed-off-by: Karthigan Srinivasan <karthigan.srinivasan@xxxxxx>
---
drivers/cpufreq/cpufreq_stats.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/drivers/cpufreq/cpufreq_stats.c
b/drivers/cpufreq/cpufreq_stats.c
index 00d73fc..78bf713 100644
--- a/drivers/cpufreq/cpufreq_stats.c
+++ b/drivers/cpufreq/cpufreq_stats.c
@@ -324,8 +324,7 @@ static int __cpuinit
cpufreq_stat_cpu_callback(struct notifier_block *nfb,
return NOTIFY_OK;
}

-static struct notifier_block cpufreq_stat_cpu_notifier __refdata =
-{
+static struct notifier_block cpufreq_stat_cpu_notifier __refdata = {
.notifier_call = cpufreq_stat_cpu_callback,
};

--
1.7.1



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/