Re: [PATCH v2] Documentation: Fix build error for cpu-idle-cooling.rst and client.rst
From: Changbin Du <hidden>
Date: 2020-02-04 12:43:12
Also in:
linux-pm, lkml
On Mon, Feb 03, 2020 at 08:52:55PM +0530, Vinod Koul wrote:
On 03-02-20, 22:02, Changbin Du wrote:quoted
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 <redacted> --- 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
No problem. But I think here it should not create a new section, so instead I made it bold.
Thanks -- ~Vinod
-- Cheers, Changbin Du