diff options
author | Allen Martin <amartin@nvidia.com> | 2011-07-01 11:16:06 -0700 |
---|---|---|
committer | Todd Poynor <toddpoynor@google.com> | 2011-07-15 15:34:12 -0700 |
commit | c263e53fa17d9b8c87cbccd6461e53bcd4b2d555 (patch) | |
tree | f358d35cc2c99f9c39299b908c2fd46e71115b72 /Documentation | |
parent | 5d14f981eb9da252fa7ae7d5f5e87a7abcd1e602 (diff) | |
download | kernel_samsung_crespo-c263e53fa17d9b8c87cbccd6461e53bcd4b2d555.zip kernel_samsung_crespo-c263e53fa17d9b8c87cbccd6461e53bcd4b2d555.tar.gz kernel_samsung_crespo-c263e53fa17d9b8c87cbccd6461e53bcd4b2d555.tar.bz2 |
Documentation: remove trailing whitespace in governors.txt
Fixes a checkpatch warning
Change-Id: I2962b7c32f336188de0d2fe4f0f13f1199cb68e2
Signed-off-by: Allen Martin <amartin@nvidia.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/cpu-freq/governors.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/cpu-freq/governors.txt b/Documentation/cpu-freq/governors.txt index 16799ce..e891e51 100644 --- a/Documentation/cpu-freq/governors.txt +++ b/Documentation/cpu-freq/governors.txt @@ -212,7 +212,7 @@ idle. When the cpu comes out of idle, a timer is configured to fire within 1-2 ticks. If the cpu is very busy between exiting idle and when the timer fires then we assume the cpu is underpowered and ramp to MAX speed. - + If the cpu was not sufficiently busy to immediately ramp to MAX speed, then governor evaluates the cpu load since the last speed adjustment, choosing th highest value between that longer-term load or the |