Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Randy Dunlap and committed by
Rafael J. Wysocki
3c874027 814d51f8

+2 -2
+2 -2
Documentation/power/pm_qos_interface.rst
··· 7 7 one of the parameters. 8 8 9 9 Two different PM QoS frameworks are available: 10 - 1. CPU latency QoS. 11 - 2. The per-device PM QoS framework provides the API to manage the 10 + * CPU latency QoS. 11 + * The per-device PM QoS framework provides the API to manage the 12 12 per-device latency constraints and PM QoS flags. 13 13 14 14 The latency unit used in the PM QoS framework is the microsecond (usec).