From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C86BEC35249 for ; Mon, 3 Feb 2020 15:23:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9B42F217BA for ; Mon, 3 Feb 2020 15:23:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1580743385; bh=rkn26MrpMFcSHnE5z5fUj/UAjI+2umNWmo/mhUQUu48=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=TSb6dPp3zuWGEpym3Ed6KiBu0cIw9c7CPfGS50ew7h/q1GLNwk5PZE4eiACkyoRrb kj75d6hiPkC4HNZbEd6Rdd7ODOpn1wFXictAM4W0NyeTUa0F+Tfn7bahCrZyf5yRxf vjub8Lic76NOcu0cnsb6qcKpU2GG+x50qN4+rZSI= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727681AbgBCPXB (ORCPT ); Mon, 3 Feb 2020 10:23:01 -0500 Received: from mail.kernel.org ([198.145.29.99]:46886 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726244AbgBCPXA (ORCPT ); Mon, 3 Feb 2020 10:23:00 -0500 Received: from localhost (unknown [223.226.103.41]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 5C03B2086A; Mon, 3 Feb 2020 15:22:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1580743380; bh=rkn26MrpMFcSHnE5z5fUj/UAjI+2umNWmo/mhUQUu48=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=G0ePOciZ27Uh5SbHvFJ7/ESP+OTN9zC5mlignaJ1YY8NDoyOos0idjAxW4iL4ArHn HETVSENpbZ6BQzXZyXf6MXPNeXUar/ODYXXS1YUSE0r1w4WCFrXUTeWDfaDpY75QV+ VytdIXNISJpgRTLL43fW9wzFYmgM5VlHYQnJFoJk= Date: Mon, 3 Feb 2020 20:52:55 +0530 From: Vinod Koul To: Changbin Du Cc: Jonathan Corbet , Amit Daniel Kachhap , Daniel Lezcano , Viresh Kumar , Javi Merino , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org Subject: Re: [PATCH v2] Documentation: Fix build error for cpu-idle-cooling.rst and client.rst Message-ID: <20200203152255.GQ2841@vkoul-mobl> References: <20200203140223.10298-1-changbin.du@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200203140223.10298-1-changbin.du@gmail.com> Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org 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 > > --- > 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