aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/cpufreq_governor.h
diff options
context:
space:
mode:
authorNamhyung Kim <namhyung.kim@lge.com>2013-02-28 05:38:00 +0000
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2013-03-04 14:23:11 +0100
commite5dde92cb2befb108ae8cfe8db68a954c164d77c (patch)
tree431fb8c361a5387ab1523285b030bebcbff4dc8c /drivers/cpufreq/cpufreq_governor.h
parentmailbox, pl320-ipc: remove __init from probe function (diff)
downloadlinux-dev-e5dde92cb2befb108ae8cfe8db68a954c164d77c.tar.xz
linux-dev-e5dde92cb2befb108ae8cfe8db68a954c164d77c.zip
cpufreq: Fix a typo in comment
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>
Diffstat (limited to 'drivers/cpufreq/cpufreq_governor.h')
-rw-r--r--drivers/cpufreq/cpufreq_governor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cpufreq/cpufreq_governor.h b/drivers/cpufreq/cpufreq_governor.h
index d2ac91150600..46bde01eee62 100644
--- 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
- * on_*: On-demand governor
+ * od_*: On-demand governor
* cs_*: Conservative governor
*/