This adds a missing separator before a numbered list, fixing
Documentation/power/pm_qos_interface.rst:12: WARNING: Unexpected indentation.
Signed-off-by: Stephen Kitt <[email protected]>
---
Documentation/power/pm_qos_interface.rst | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/power/pm_qos_interface.rst b/Documentation/power/pm_qos_interface.rst
index 0d62d506caf0..166b2729dc5c 100644
--- a/Documentation/power/pm_qos_interface.rst
+++ b/Documentation/power/pm_qos_interface.rst
@@ -7,6 +7,7 @@ performance expectations by drivers, subsystems and user space applications on
one of the parameters.
Two different PM QoS frameworks are available:
+
1. PM QoS classes for cpu_dma_latency
2. The per-device PM QoS framework provides the API to manage the
per-device latency constraints and PM QoS flags.
base-commit: 7d3d3254adaa61cba896f71497f56901deb618e5
--
2.24.1
On Thu, 12 Mar 2020 19:19:25 +0100, Stephen Kitt <[email protected]> wrote:
> This adds a missing separator before a numbered list, fixing
>
> Documentation/power/pm_qos_interface.rst:12: WARNING: Unexpected
> indentation.
... which is already fixed in linux-next, so please ignore this.
Regards,
Stephen