aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/power
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2020-02-16 20:54:21 -0800
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2020-02-20 11:53:32 +0100
commit3c87402771f2bc38ee92eb506bb58e4fc4a5b8b9 (patch)
tree544b33c8d1f50d57f4dc4bbcf885648825ef3377 /Documentation/power
parentPM: QoS: Make CPU latency QoS depend on CONFIG_CPU_IDLE (diff)
downloadlinux-dev-3c87402771f2bc38ee92eb506bb58e4fc4a5b8b9.tar.xz
linux-dev-3c87402771f2bc38ee92eb506bb58e4fc4a5b8b9.zip
Documentation: power: fix pm_qos_interface.rst format warning
Fix Sphinx warnings by indenting the bullet list (and making it unnumbered). Documentation/power/pm_qos_interface.rst:12: WARNING: Unexpected indentation. Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'Documentation/power')
-rw-r--r--Documentation/power/pm_qos_interface.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/power/pm_qos_interface.rst b/Documentation/power/pm_qos_interface.rst
index 064f668fbdab..69b0fe3e2542 100644
--- a/Documentation/power/pm_qos_interface.rst
+++ b/Documentation/power/pm_qos_interface.rst
@@ -7,8 +7,8 @@ performance expectations by drivers, subsystems and user space applications on
one of the parameters.
Two different PM QoS frameworks are available:
-1. CPU latency QoS.
-2. The per-device PM QoS framework provides the API to manage the
+ * CPU latency QoS.
+ * The per-device PM QoS framework provides the API to manage the
per-device latency constraints and PM QoS flags.
The latency unit used in the PM QoS framework is the microsecond (usec).