diff mbox series

[-next] Documentation/power: fix pm_qos_interface.rst format warning

Message ID 561e2780-111a-1939-43fb-ae32d7abce8d@infradead.org (mailing list archive)
State Mainlined, archived
Headers show
Series [-next] Documentation/power: fix pm_qos_interface.rst format warning | expand

Commit Message

Randy Dunlap Feb. 17, 2020, 4:54 a.m. UTC
From: Randy Dunlap <rdunlap@infradead.org>

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>
Cc: "Rafael J. Wysocki" <rjw@rjwysocki.net>
Cc: linux-pm@vger.kernel.org
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
---
 Documentation/power/pm_qos_interface.rst |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Rafael J. Wysocki Feb. 20, 2020, 10:55 a.m. UTC | #1
On Mon, Feb 17, 2020 at 5:54 AM Randy Dunlap <rdunlap@infradead.org> wrote:
>
> From: Randy Dunlap <rdunlap@infradead.org>
>
> 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>
> Cc: "Rafael J. Wysocki" <rjw@rjwysocki.net>
> Cc: linux-pm@vger.kernel.org
> Cc: Jonathan Corbet <corbet@lwn.net>
> Cc: linux-doc@vger.kernel.org
> ---
>  Documentation/power/pm_qos_interface.rst |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> --- linux-next-20200217.orig/Documentation/power/pm_qos_interface.rst
> +++ linux-next-20200217/Documentation/power/pm_qos_interface.rst
> @@ -7,8 +7,8 @@ performance expectations by drivers, sub
>  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).

Applied, thanks!
diff mbox series

Patch

--- linux-next-20200217.orig/Documentation/power/pm_qos_interface.rst
+++ linux-next-20200217/Documentation/power/pm_qos_interface.rst
@@ -7,8 +7,8 @@  performance expectations by drivers, sub
 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).