Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 351057
b: refs/heads/master
c: c88883c
h: refs/heads/master
i:
  351055: a77d212
v: v3
  • Loading branch information
Stratos Karafotis authored and Rafael J. Wysocki committed Feb 9, 2013
1 parent 292ec09 commit 8e0914b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 06eb09d17c9092c96e55a4ab886018c5c844d312
refs/heads/master: c88883cd545ea2a0baafe7308618de9cbf420bdd
4 changes: 2 additions & 2 deletions trunk/drivers/cpufreq/cpufreq_conservative.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

#include "cpufreq_governor.h"

/* Conservative governor macors */
/* Conservative governor macros */
#define DEF_FREQUENCY_UP_THRESHOLD (80)
#define DEF_FREQUENCY_DOWN_THRESHOLD (20)
#define DEF_SAMPLING_DOWN_FACTOR (1)
Expand Down Expand Up @@ -144,7 +144,7 @@ static int dbs_cpufreq_notifier(struct notifier_block *nb, unsigned long val,

/*
* we only care if our internally tracked freq moves outside the 'valid'
* ranges of freqency available to us otherwise we do not change it
* ranges of frequency available to us otherwise we do not change it
*/
if (dbs_info->requested_freq > policy->max
|| dbs_info->requested_freq < policy->min)
Expand Down

0 comments on commit 8e0914b

Please sign in to comment.