From e65095686441e724e5c64bf065d66e189048b4d5 Mon Sep 17 00:00:00 2001 From: Yiwei Lin Date: Sun, 25 Feb 2024 21:00:57 +0800 Subject: [PATCH] Documentation: PM: Fix runtime_pm.rst markdown syntax The '7. Generic subsystem callbacks' should be a section title, but the markdown syntax is not adequate now. Fix it so the chapter can be linked at docs.kernel.org correctly. Signed-off-by: Yiwei Lin [ rjw: Changelog edits ] Signed-off-by: Rafael J. Wysocki --- 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 6fa50e4f87ce..5c4e730f38d0 100644 --- a/Documentation/power/runtime_pm.rst +++ b/Documentation/power/runtime_pm.rst @@ -734,6 +734,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