projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f4f272
)
[CPUFREQ] fix brace coding style issue.
author
Neal Buckendahl
<nealb001@gmail.com>
Wed, 23 Jun 2010 03:02:44 +0000
(22:02 -0500)
committer
Dave Jones
<davej@redhat.com>
Tue, 3 Aug 2010 17:47:05 +0000
(13:47 -0400)
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>
drivers/cpufreq/cpufreq.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/cpufreq/cpufreq.c
b/drivers/cpufreq/cpufreq.c
index 6ce1bb735635f87a0c4cb50aeef89ee98d5771ed..199dcb9f0b836da1431a5791b05309d79f9c330c 100644
(file)
--- a/
drivers/cpufreq/cpufreq.c
+++ b/
drivers/cpufreq/cpufreq.c
@@
-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,
};