aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/cpufreq_ondemand.c
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2011-08-06 08:33:43 -0400
committerJiri Kosina <jkosina@suse.cz>2011-08-08 12:55:59 -0400
commitbd74b32b77e0e4af47651da852cb3ced84e423b3 (patch)
tree08727ae1d35609cc2aa66d20d96af0e1b375275b /drivers/cpufreq/cpufreq_ondemand.c
parente117d10d315970d0a3d4120c7f83b8337728ce1b (diff)
Fix documentation and comment typo 'no_hz'
Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Acked-by: Len Brown <len.brown@intel.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/cpufreq/cpufreq_ondemand.c')
-rw-r--r--drivers/cpufreq/cpufreq_ondemand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cpufreq/cpufreq_ondemand.c b/drivers/cpufreq/cpufreq_ondemand.c
index 891360edecd..629b3ec698e 100644
--- a/drivers/cpufreq/cpufreq_ondemand.c
+++ b/drivers/cpufreq/cpufreq_ondemand.c
@@ -725,7 +725,7 @@ static int __init cpufreq_gov_dbs_init(void)
725 dbs_tuners_ins.down_differential = 725 dbs_tuners_ins.down_differential =
726 MICRO_FREQUENCY_DOWN_DIFFERENTIAL; 726 MICRO_FREQUENCY_DOWN_DIFFERENTIAL;
727 /* 727 /*
728 * In no_hz/micro accounting case we set the minimum frequency 728 * In nohz/micro accounting case we set the minimum frequency
729 * not depending on HZ, but fixed (very low). The deferred 729 * not depending on HZ, but fixed (very low). The deferred
730 * timer might skip some samples if idle/sleeping as needed. 730 * timer might skip some samples if idle/sleeping as needed.
731 */ 731 */