From: Yiwei Lin Date: Sun, 25 Feb 2024 13:00:57 +0000 (+0800) Subject: Documentation: PM: Fix runtime_pm.rst markdown syntax X-Git-Tag: v6.9-rc1~138^2~5^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e65095686441e724e5c64bf065d66e189048b4d5;p=thirdparty%2Fkernel%2Flinux.git 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 --- diff --git a/Documentation/power/runtime_pm.rst b/Documentation/power/runtime_pm.rst index 6fa50e4f87cea..5c4e730f38d05 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