aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2011-08-06 14:33:43 +0200
committerJiri Kosina <jkosina@suse.cz>2011-08-08 18:55:59 +0200
commitbd74b32b77e0e4af47651da852cb3ced84e423b3 (patch)
tree08727ae1d35609cc2aa66d20d96af0e1b375275b /drivers/cpufreq
parente117d10d315970d0a3d4120c7f83b8337728ce1b (diff)
downloadkernel_samsung_smdk4412-bd74b32b77e0e4af47651da852cb3ced84e423b3.zip
kernel_samsung_smdk4412-bd74b32b77e0e4af47651da852cb3ced84e423b3.tar.gz
kernel_samsung_smdk4412-bd74b32b77e0e4af47651da852cb3ced84e423b3.tar.bz2
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')
-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 891360e..629b3ec 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)
dbs_tuners_ins.down_differential =
MICRO_FREQUENCY_DOWN_DIFFERENTIAL;
/*
- * In no_hz/micro accounting case we set the minimum frequency
+ * In nohz/micro accounting case we set the minimum frequency
* not depending on HZ, but fixed (very low). The deferred
* timer might skip some samples if idle/sleeping as needed.
*/