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.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_2 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 970C1C7618F for ; Wed, 17 Jul 2019 16:32:36 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 036212173B for ; Wed, 17 Jul 2019 16:32:35 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 036212173B Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=huawei.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 45pjV86nr0zDqSK for ; Thu, 18 Jul 2019 02:32:32 +1000 (AEST) Authentication-Results: lists.ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=huawei.com (client-ip=45.249.212.35; helo=huawei.com; envelope-from=jonathan.cameron@huawei.com; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=huawei.com X-Greylist: delayed 974 seconds by postgrey-1.36 at bilbo; Thu, 18 Jul 2019 02:30:09 AEST Received: from huawei.com (szxga07-in.huawei.com [45.249.212.35]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 45pjRP6DTtzDqDx for ; Thu, 18 Jul 2019 02:30:06 +1000 (AEST) Received: from DGGEMS414-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id BBF80605C121F65CC65C; Thu, 18 Jul 2019 00:13:46 +0800 (CST) Received: from localhost (10.202.226.61) by DGGEMS414-HUB.china.huawei.com (10.3.19.214) with Microsoft SMTP Server id 14.3.439.0; Thu, 18 Jul 2019 00:13:42 +0800 Date: Wed, 17 Jul 2019 17:13:20 +0100 From: Jonathan Cameron To: Mauro Carvalho Chehab Subject: Re: [PATCH v4 13/15] docs: ABI: testing: make the files compatible with ReST output Message-ID: <20190717171320.000035c2@huawei.com> In-Reply-To: <88d15fa38167e3f2e73e65e1c1a1f39bca0267b4.1563365880.git.mchehab+samsung@kernel.org> References: <88d15fa38167e3f2e73e65e1c1a1f39bca0267b4.1563365880.git.mchehab+samsung@kernel.org> Organization: Huawei X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; i686-w64-mingw32) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.202.226.61] X-CFilter-Loop: Reflected X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Alexandre Belloni , Heikki Krogerus , linux-doc@vger.kernel.org, linux-iio@vger.kernel.org, Nicolas Ferre , linux-mm@kvack.org, netdev@vger.kernel.org, Peter Meerwald-Stadler , Guenter Roeck , linux-stm32@st-md-mailman.stormreply.com, Alexandre Torgue , Lars-Peter Clausen , Jonathan Corbet , linux-acpi@vger.kernel.org, Ludovic Desroches , xen-devel@lists.xenproject.org, Len Brown , Andrew Donnellan , linux-pm@vger.kernel.org, Richard Cochran , Frederic Barrat , Stefano Stabellini , Boris Ostrovsky , Fabrice Gasnier , Benson Leung , linux-arm-kernel@lists.infradead.org, Juergen Gross , gregkh@linuxfoundation.org, linux-usb@vger.kernel.org, "Rafael J. Wysocki" , Sebastian Reichel , Maxime Coquelin , Hartmut Knaack , Enric Balletbo i Serra , linuxppc-dev@lists.ozlabs.org, Peter Rosin , Jonathan Cameron , Mike Kravetz Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Wed, 17 Jul 2019 09:28:17 -0300 Mauro Carvalho Chehab wrote: > Some files over there won't parse well by Sphinx. > > Fix them. > > Signed-off-by: Mauro Carvalho Chehab Hi Mauro, Does feel like this one should perhaps have been broken up a touch! For the IIO ones I've eyeballed it rather than testing the results Acked-by: Jonathan Cameron