Messages in this thread |  | | Date | Mon, 3 Feb 2020 20:52:55 +0530 | From | Vinod Koul <> | Subject | Re: [PATCH v2] Documentation: Fix build error for cpu-idle-cooling.rst and client.rst |
| |
On 03-02-20, 22:02, Changbin Du wrote: > This fixed some errors and warnings in cpu-idle-cooling.rst and client.rst. > > Sphinx parallel build error: > docutils.utils.SystemMessage: ...Documentation/driver-api/thermal/cpu-idle-cooling.rst:96: (SEVERE/4) Unexpected section title. > > Sphinx parallel build error: > docutils.utils.SystemMessage: ...Documentation/driver-api/dmaengine/client.rst:155: (SEVERE/4) Unexpected section title. > > Signed-off-by: Changbin Du <changbin.du@gmail.com> > > --- > v2: rebase. > --- > Documentation/driver-api/dmaengine/client.rst | 14 +++++++--- > .../driver-api/thermal/cpu-idle-cooling.rst | 27 ++++++++++--------- > Documentation/driver-api/thermal/index.rst | 1 + > 3 files changed, 26 insertions(+), 16 deletions(-) > > diff --git a/Documentation/driver-api/dmaengine/client.rst b/Documentation/driver-api/dmaengine/client.rst > index a9a7a3c84c63..2104830a99ae 100644 > --- a/Documentation/driver-api/dmaengine/client.rst > +++ b/Documentation/driver-api/dmaengine/client.rst > @@ -151,8 +151,8 @@ The details of these operations are: > Note that callbacks will always be invoked from the DMA > engines tasklet, never from interrupt context. > > - Optional: per descriptor metadata > - --------------------------------- > + **Optional: per descriptor metadata**
I have already fixed it up and it is linux-next (thru dmaengine tree)
Can you please send rest of client.rst changes to me as well
Thanks -- ~Vinod
|  |