linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation: PM: Fix runtime_pm.rst markdown syntax
@ 2024-02-25 13:00 Yiwei Lin
  2024-02-29 19:17 ` Rafael J. Wysocki
  0 siblings, 1 reply; 2+ messages in thread
From: Yiwei Lin @ 2024-02-25 13:00 UTC (permalink / raw)
  To: rafael; +Cc: corbet, linux-doc, linux-kernel, linux-pm, s921975628

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
-- 
2.34.1


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

* Re: [PATCH] Documentation: PM: Fix runtime_pm.rst markdown syntax
  2024-02-25 13:00 [PATCH] Documentation: PM: Fix runtime_pm.rst markdown syntax Yiwei Lin
@ 2024-02-29 19:17 ` Rafael J. Wysocki
  0 siblings, 0 replies; 2+ messages in thread
From: Rafael J. Wysocki @ 2024-02-29 19:17 UTC (permalink / raw)
  To: Yiwei Lin; +Cc: rafael, corbet, linux-doc, linux-kernel, linux-pm

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!

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

end of thread, other threads:[~2024-02-29 19:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-25 13:00 [PATCH] Documentation: PM: Fix runtime_pm.rst markdown syntax Yiwei Lin
2024-02-29 19:17 ` 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).