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,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 12F08C76196 for ; Wed, 17 Jul 2019 16:13:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DE2B32173E for ; Wed, 17 Jul 2019 16:13:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727074AbfGQQNw (ORCPT ); Wed, 17 Jul 2019 12:13:52 -0400 Received: from szxga07-in.huawei.com ([45.249.212.35]:47694 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726620AbfGQQNu (ORCPT ); Wed, 17 Jul 2019 12:13:50 -0400 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 CC: , "Rafael J. Wysocki" , "Len Brown" , Jonathan Cameron , "Hartmut Knaack" , Lars-Peter Clausen , "Peter Meerwald-Stadler" , Peter Rosin , Benson Leung , Enric Balletbo i Serra , Guenter Roeck , "Maxime Coquelin" , Alexandre Torgue , Fabrice Gasnier , "Frederic Barrat" , Andrew Donnellan , Sebastian Reichel , Heikki Krogerus , Boris Ostrovsky , Juergen Gross , "Stefano Stabellini" , Mike Kravetz , Nicolas Ferre , Alexandre Belloni , Ludovic Desroches , Richard Cochran , Jonathan Corbet , , , , , , , , , , , 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 Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org 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