From: Karthigan Srinivasan <karthigan.srinivasan@hp.com>
To: davej@redhat.com,
Nagananda Chumbalkar <Nagananda.Chumbalkar@hp.com>,
linux-kernel@vger.kernel.org, cpufreq@vger.kernel.org
Subject: [PATCH] Drivers: cpufreq/cpufreq_stats.c: Fixed brace coding style issue
Date: Fri, 01 Apr 2011 17:34:47 -0500 [thread overview]
Message-ID: <1301697287.15937.5.camel@ks-ubuntu> (raw)
>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
reply other threads:[~2011-04-01 22:34 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1301697287.15937.5.camel@ks-ubuntu \
--to=karthigan.srinivasan@hp.com \
--cc=Nagananda.Chumbalkar@hp.com \
--cc=cpufreq@vger.kernel.org \
--cc=davej@redhat.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox