On Mon, Feb 17, 2020 at 5:54 AM Randy Dunlap <rdunlap@xxxxxxxxxxxxx> wrote: > > From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> > > 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@xxxxxxxxxxxxx> > Cc: "Rafael J. Wysocki" <rjw@xxxxxxxxxxxxx> > Cc: linux-pm@xxxxxxxxxxxxxxx > Cc: Jonathan Corbet <corbet@xxxxxxx> > Cc: linux-doc@xxxxxxxxxxxxxxx > --- > 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!