diff mbox series

Documentation: PM: Fix runtime_pm.rst markdown syntax

Message ID 20240225130057.42633-1-s921975628@gmail.com
State Accepted
Commit e65095686441e724e5c64bf065d66e189048b4d5
Headers show
Series Documentation: PM: Fix runtime_pm.rst markdown syntax | expand

Commit Message

Yiwei Lin Feb. 25, 2024, 1 p.m. UTC
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 <s921975628@gmail.com>
---
 Documentation/power/runtime_pm.rst | 1 +
 1 file changed, 1 insertion(+)

Comments

Rafael J. Wysocki Feb. 29, 2024, 7:17 p.m. UTC | #1
On Sun, Feb 25, 2024 at 4:46 PM Yiwei Lin <s921975628@gmail.com> 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 <s921975628@gmail.com>
> ---
>  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!
diff mbox series

Patch

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