diff options
author | Zhao Wei Liew <zhaoweiliew@gmail.com> | 2018-10-31 21:32:46 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2018-11-07 07:32:34 -0500 |
commit | e531efa1e92b888acce45785b3ae69278fa712c0 (patch) | |
tree | c799ceebe6f17e01878db70fda11e338b3455e3f | |
parent | 6ef28a04d1ccf718eee069b72132ce4aa1e52ab9 (diff) |
Documentation: cpufreq: Correct a typo
Fix a typo in the admin-guide documentation for cpufreq.
Signed-off-by: Zhao Wei Liew <zhaoweiliew@gmail.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
-rw-r--r-- | Documentation/admin-guide/pm/cpufreq.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/pm/cpufreq.rst b/Documentation/admin-guide/pm/cpufreq.rst index 47153e64dfb5..7eca9026a9ed 100644 --- a/Documentation/admin-guide/pm/cpufreq.rst +++ b/Documentation/admin-guide/pm/cpufreq.rst | |||
@@ -150,7 +150,7 @@ data structures necessary to handle the given policy and, possibly, to add | |||
150 | a governor ``sysfs`` interface to it. Next, the governor is started by | 150 | a governor ``sysfs`` interface to it. Next, the governor is started by |
151 | invoking its ``->start()`` callback. | 151 | invoking its ``->start()`` callback. |
152 | 152 | ||
153 | That callback it expected to register per-CPU utilization update callbacks for | 153 | That callback is expected to register per-CPU utilization update callbacks for |
154 | all of the online CPUs belonging to the given policy with the CPU scheduler. | 154 | all of the online CPUs belonging to the given policy with the CPU scheduler. |
155 | The utilization update callbacks will be invoked by the CPU scheduler on | 155 | The utilization update callbacks will be invoked by the CPU scheduler on |
156 | important events, like task enqueue and dequeue, on every iteration of the | 156 | important events, like task enqueue and dequeue, on every iteration of the |