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=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,USER_AGENT_MUTT 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 1DF89C31E4E for ; Fri, 14 Jun 2019 21:14:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E8B8A2184B for ; Fri, 14 Jun 2019 21:14:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1560546896; bh=wQlzv9GXi+d6YxFDj5qp88AVZygc6aohbfVT4AQR70Y=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=rtGynQBs+EAH+mBChnaWQqWoKH6UbTgl5ZssJDuKsj+g1CyL7MXbQOLGIXZqkwEfZ GpiEiQY4iT20cHbNQc0+gLZc5+b0hGUVZI8zNWxsgJW53/nNDwXrjQG/C2jmtoM83g XK5kIkn3Eo3RSMv+YTWt91ZO5So7mc2yxwK/BATs= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726388AbfFNVOt (ORCPT ); Fri, 14 Jun 2019 17:14:49 -0400 Received: from mail.kernel.org ([198.145.29.99]:58562 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726252AbfFNVOt (ORCPT ); Fri, 14 Jun 2019 17:14:49 -0400 Received: from localhost (unknown [69.71.4.100]) (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 7D0D921473; Fri, 14 Jun 2019 21:14:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1560546889; bh=wQlzv9GXi+d6YxFDj5qp88AVZygc6aohbfVT4AQR70Y=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ks0AHcQ3CMMcp8lXmC5Q1q+mNRhg76nx20zz7WGQfrHmET+emzaWoOodcXQ82HPjk /Q0wzICC14gHKtUH/c0hiVkAbFD6SklBQgeWeDifIfILXybbVlrUgOA2LE9404heew 9zZ4/WlS27thwm4E7UDC674PGe7hBqVr8gYg2J1U= Date: Fri, 14 Jun 2019 16:14:47 -0500 From: Bjorn Helgaas To: Jonathan Corbet Cc: Mauro Carvalho Chehab , Linux Doc Mailing List , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Sebastian Reichel , "Rafael J. Wysocki" , Viresh Kumar , Len Brown , Pavel Machek , Nishanth Menon , Stephen Boyd , Liam Girdwood , Mark Brown , Mathieu Poirier , Suzuki K Poulose , Harry Wei , Alex Shi , Thomas Gleixner , Ingo Molnar , Borislav Petkov , "H. Peter Anvin" , x86@kernel.org, Jani Nikula , Joonas Lahtinen , Rodrigo Vivi , David Airlie , Daniel Vetter , Johannes Berg , "David S. Miller" , linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, linux-pci@vger.kernel.org, linux-wireless@vger.kernel.org, netdev@vger.kernel.org, "Srivatsa S . Bhat" Subject: Re: [PATCH v5] docs: power: convert docs to ReST and rename to *.rst Message-ID: <20190614211447.GU13533@google.com> References: <7dc94cb4-ebf1-22ab-29c9-fcb2b875a9ac@csail.mit.edu> <72d1f8f360d395958dd0b49165fc51b58801f57e.1560420621.git.mchehab+samsung@kernel.org> <20190614143631.7c99719f@lwn.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190614143631.7c99719f@lwn.net> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org On Fri, Jun 14, 2019 at 02:36:31PM -0600, Jonathan Corbet wrote: > On Thu, 13 Jun 2019 07:10:36 -0300 > Mauro Carvalho Chehab wrote: > > > Convert the PM documents to ReST, in order to allow them to > > build with Sphinx. > > > > The conversion is actually: > > - add blank lines and identation in order to identify paragraphs; > > - fix tables markups; > > - add some lists markups; > > - mark literal blocks; > > - adjust title markups. > > > > At its new index.rst, let's add a :orphan: while this is not linked to > > the main index.rst file, in order to avoid build warnings. > > > > Signed-off-by: Mauro Carvalho Chehab > > Acked-by: Mark Brown > > Acked-by: Bjorn Helgaas > > Acked-by: Srivatsa S. Bhat (VMware) > > So I can't apply this one due to conflicts in include/linux/pci.h. Bjorn, > perhaps the easiest thing is for you to take this one through your tree? OK, I applied this to pci/docs for v5.3. I applied this entire patch, but if you would prefer that I only apply the PCI-related parts, let me know and I'll split those out. Bjorn