2024-02-25 15:46:18

by Yiwei Lin

[permalink] [raw]
Subject: [PATCH] Documentation: PM: Fix runtime_pm.rst markdown syntax

The '7. Generic subsystem callbacks' should be
a section title, but the markdown syntax now is wrong to show
this as expected. Fix it so we can to link the chapter
at docs.kernel.org correctly.

Signed-off-by: Yiwei Lin <[email protected]>
---
Documentation/power/runtime_pm.rst | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/power/runtime_pm.rst b/Documentation/power/runtime_pm.rst
index 65b86e487..82bc76d3d 100644
--- a/Documentation/power/runtime_pm.rst
+++ b/Documentation/power/runtime_pm.rst
@@ -730,6 +730,7 @@ out the following operations:
for it, respectively.

7. Generic subsystem callbacks
+==============================

Subsystems may wish to conserve code space by using the set of generic power
management callbacks provided by the PM core, defined in
--
2.34.1



2024-02-29 19:17:31

by Rafael J. Wysocki

[permalink] [raw]
Subject: Re: [PATCH] Documentation: PM: Fix runtime_pm.rst markdown syntax

On Sun, Feb 25, 2024 at 4:46 PM Yiwei Lin <[email protected]> wrote:
>
> The '7. Generic subsystem callbacks' should be
> a section title, but the markdown syntax now is wrong to show
> this as expected. Fix it so we can to link the chapter
> at docs.kernel.org correctly.
>
> Signed-off-by: Yiwei Lin <[email protected]>
> ---
> Documentation/power/runtime_pm.rst | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/power/runtime_pm.rst b/Documentation/power/runtime_pm.rst
> index 65b86e487..82bc76d3d 100644
> --- a/Documentation/power/runtime_pm.rst
> +++ b/Documentation/power/runtime_pm.rst
> @@ -730,6 +730,7 @@ out the following operations:
> for it, respectively.
>
> 7. Generic subsystem callbacks
> +==============================
>
> Subsystems may wish to conserve code space by using the set of generic power
> management callbacks provided by the PM core, defined in
> --

Applied as 6.9 material (with changelog edits), thanks!