All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation: cpufreq: Correct a typo
@ 2018-11-01  1:32 Zhao Wei Liew
  2018-11-05  5:10 ` Viresh Kumar
  0 siblings, 1 reply; 2+ messages in thread
From: Zhao Wei Liew @ 2018-11-01  1:32 UTC (permalink / raw)
  To: linux-doc; +Cc: linux-pm, trivial, Zhao Wei Liew, Jonathan Corbet, linux-kernel

Fix a typo in the admin-guide documentation for cpufreq.

Signed-off-by: Zhao Wei Liew <zhaoweiliew@gmail.com>
---
 Documentation/admin-guide/pm/cpufreq.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 a governor ``sysfs`` interface to it.  Next, the governor is started by
 invoking its ``->start()`` callback.
 
-That callback it expected to register per-CPU utilization update callbacks for
+That callback is expected to register per-CPU utilization update callbacks for
 all of the online CPUs belonging to the given policy with the CPU scheduler.
 The utilization update callbacks will be invoked by the CPU scheduler on
 important events, like task enqueue and dequeue, on every iteration of the
-- 
2.11.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Documentation: cpufreq: Correct a typo
  2018-11-01  1:32 [PATCH] Documentation: cpufreq: Correct a typo Zhao Wei Liew
@ 2018-11-05  5:10 ` Viresh Kumar
  0 siblings, 0 replies; 2+ messages in thread
From: Viresh Kumar @ 2018-11-05  5:10 UTC (permalink / raw)
  To: zhaoweiliew, Rafael J. Wysocki
  Cc: Linux Documentation, Linux PM list, Jiri Kosina, Jonathan Corbet,
	Linux Kernel Mailing List

+Rafael

On Thu, Nov 1, 2018 at 7:06 AM Zhao Wei Liew <zhaoweiliew@gmail.com> wrote:
>
> Fix a typo in the admin-guide documentation for cpufreq.
>
> Signed-off-by: Zhao Wei Liew <zhaoweiliew@gmail.com>
> ---
>  Documentation/admin-guide/pm/cpufreq.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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
>  a governor ``sysfs`` interface to it.  Next, the governor is started by
>  invoking its ``->start()`` callback.
>
> -That callback it expected to register per-CPU utilization update callbacks for
> +That callback is expected to register per-CPU utilization update callbacks for
>  all of the online CPUs belonging to the given policy with the CPU scheduler.
>  The utilization update callbacks will be invoked by the CPU scheduler on
>  important events, like task enqueue and dequeue, on every iteration of the

Acked-by: Viresh Kumar <viresh.kumar@linaro.org>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-11-05  5:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-01  1:32 [PATCH] Documentation: cpufreq: Correct a typo Zhao Wei Liew
2018-11-05  5:10 ` Viresh Kumar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.