linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation: PM: correct path name
@ 2020-10-31  9:39 Julia Lawall
  2020-11-02 17:03 ` Rafael J. Wysocki
  0 siblings, 1 reply; 2+ messages in thread
From: Julia Lawall @ 2020-10-31  9:39 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Daniel Lezcano, Jonathan Corbet, linux-pm, linux-doc, linux-kernel

cpu/ is needed before cpu<N>/

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>

---
 Documentation/admin-guide/pm/cpuidle.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/admin-guide/pm/cpuidle.rst b/Documentation/admin-guide/pm/cpuidle.rst
index 37940a0584ec..26a9d648b88c 100644
--- a/Documentation/admin-guide/pm/cpuidle.rst
+++ b/Documentation/admin-guide/pm/cpuidle.rst
@@ -478,7 +478,7 @@ order to ask the hardware to enter that state.  Also, for each
 statistics of the given idle state.  That information is exposed by the kernel
 via ``sysfs``.
 
-For each CPU in the system, there is a :file:`/sys/devices/system/cpu<N>/cpuidle/`
+For each CPU in the system, there is a :file:`/sys/devices/system/cpu/cpu<N>/cpuidle/`
 directory in ``sysfs``, where the number ``<N>`` is assigned to the given
 CPU at the initialization time.  That directory contains a set of subdirectories
 called :file:`state0`, :file:`state1` and so on, up to the number of idle state


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

* Re: [PATCH] Documentation: PM: correct path name
  2020-10-31  9:39 [PATCH] Documentation: PM: correct path name Julia Lawall
@ 2020-11-02 17:03 ` Rafael J. Wysocki
  0 siblings, 0 replies; 2+ messages in thread
From: Rafael J. Wysocki @ 2020-11-02 17:03 UTC (permalink / raw)
  To: Julia Lawall
  Cc: Rafael J. Wysocki, Daniel Lezcano, Jonathan Corbet, Linux PM,
	open list:DOCUMENTATION, Linux Kernel Mailing List

On Sat, Oct 31, 2020 at 11:23 AM Julia Lawall <Julia.Lawall@inria.fr> wrote:
>
> cpu/ is needed before cpu<N>/
>
> Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
>
> ---
>  Documentation/admin-guide/pm/cpuidle.rst |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/admin-guide/pm/cpuidle.rst b/Documentation/admin-guide/pm/cpuidle.rst
> index 37940a0584ec..26a9d648b88c 100644
> --- a/Documentation/admin-guide/pm/cpuidle.rst
> +++ b/Documentation/admin-guide/pm/cpuidle.rst
> @@ -478,7 +478,7 @@ order to ask the hardware to enter that state.  Also, for each
>  statistics of the given idle state.  That information is exposed by the kernel
>  via ``sysfs``.
>
> -For each CPU in the system, there is a :file:`/sys/devices/system/cpu<N>/cpuidle/`
> +For each CPU in the system, there is a :file:`/sys/devices/system/cpu/cpu<N>/cpuidle/`
>  directory in ``sysfs``, where the number ``<N>`` is assigned to the given
>  CPU at the initialization time.  That directory contains a set of subdirectories
>  called :file:`state0`, :file:`state1` and so on, up to the number of idle state

Applied as 5,10-rc material, thanks!

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

end of thread, other threads:[~2020-11-02 17:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-31  9:39 [PATCH] Documentation: PM: correct path name Julia Lawall
2020-11-02 17:03 ` Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).