projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
878f6e0
)
cpufreq: Fix white space in __cpufreq_remove_dev()
author
Viresh Kumar
<viresh.kumar@linaro.org>
Tue, 20 Aug 2013 06:38:22 +0000
(12:08 +0530)
committer
Rafael J. Wysocki
<rafael.j.wysocki@intel.com>
Tue, 20 Aug 2013 13:43:50 +0000
(15:43 +0200)
Align closing brace '}' of an if block.
[rjw: Subject and changelog]
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/cpufreq.c
patch
|
blob
|
history
diff --git
a/drivers/cpufreq/cpufreq.c
b/drivers/cpufreq/cpufreq.c
index c0ef84d601b7ad99e9d1836718827f6c3f7186ee..fedc8420214e0a01fa381bfa7107b34326238014 100644
(file)
--- a/
drivers/cpufreq/cpufreq.c
+++ b/
drivers/cpufreq/cpufreq.c
@@
-1253,7
+1253,7
@@
static int __cpufreq_remove_dev(struct device *dev,
__func__);
return ret;
}
- }
+
}
if (!frozen) {
lock_policy_rwsem_read(cpu);