The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] Drivers: cpufreq/cpufreq_stats.c: Fixed brace coding style issue
@ 2011-04-01 22:34 Karthigan Srinivasan
  0 siblings, 0 replies; only message in thread
From: Karthigan Srinivasan @ 2011-04-01 22:34 UTC (permalink / raw)
  To: davej, Nagananda Chumbalkar, linux-kernel, cpufreq

>From 0f157586affbd149943440eb26ea2981359d79c1 Mon Sep 17 00:00:00 2001
From: Karthigan Srinivasan <karthigan.srinivasan@hp.com>
Date: Fri, 1 Apr 2011 17:20:49 -0500
Subject: [PATCH] Drivers: cpufreq/cpufreq_stats.c: Fixed brace coding
style issue

Fixed brace coding style issue.

Signed-off-by: Karthigan Srinivasan <karthigan.srinivasan@hp.com>
---
 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




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-04-01 22:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-01 22:34 [PATCH] Drivers: cpufreq/cpufreq_stats.c: Fixed brace coding style issue Karthigan Srinivasan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox