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:
091930a
)
cpufreq: Fix a typo in comment
author
Namhyung Kim
<namhyung.kim@lge.com>
Thu, 28 Feb 2013 05:38:00 +0000
(
05:38
+0000)
committer
Rafael J. Wysocki
<rafael.j.wysocki@intel.com>
Mon, 4 Mar 2013 13:23:11 +0000
(14:23 +0100)
Fix a typo in a comment in cpufreq_governor.h.
[rjw: Changelog]
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/cpufreq_governor.h
patch
|
blob
|
history
diff --git
a/drivers/cpufreq/cpufreq_governor.h
b/drivers/cpufreq/cpufreq_governor.h
index d2ac911506006be9e1c77b1e57853828c33fd99a..46bde01eee623bd443d582013425257fbd11ec50 100644
(file)
--- a/
drivers/cpufreq/cpufreq_governor.h
+++ b/
drivers/cpufreq/cpufreq_governor.h
@@
-64,7
+64,7
@@
static void *get_cpu_dbs_info_s(int cpu) \
* dbs: used as a shortform for demand based switching It helps to keep variable
* names smaller, simpler
* cdbs: common dbs
- * o
n
_*: On-demand governor
+ * o
d
_*: On-demand governor
* cs_*: Conservative governor
*/