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=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 DA5EDC433DF for ; Fri, 19 Jun 2020 20:22:41 +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 6027720890 for ; Fri, 19 Jun 2020 20:22:41 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6027720890 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=lwn.net Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from bilbo.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 49pVbg0nfRzDrVn for ; Sat, 20 Jun 2020 06:22:39 +1000 (AEST) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lwn.net (client-ip=45.79.88.28; helo=ms.lwn.net; envelope-from=corbet@lwn.net; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=lwn.net Received: from ms.lwn.net (ms.lwn.net [45.79.88.28]) (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 49pVYM0sSxzDrSg for ; Sat, 20 Jun 2020 06:20:35 +1000 (AEST) Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 642172CD; Fri, 19 Jun 2020 20:20:31 +0000 (UTC) Date: Fri, 19 Jun 2020 14:20:30 -0600 From: Jonathan Corbet To: Mauro Carvalho Chehab Subject: Re: [PATCH 00/22] ReST conversion patches (final?) Message-ID: <20200619142030.6feed35e@lwn.net> In-Reply-To: References: Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit 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: Rich Felker , Linux Doc Mailing List , David Airlie , Catalin Marinas , Dragan Cvetic , linux-pci@vger.kernel.org, Jarkko Sakkinen , Bjorn Andersson , David Howells , linux-mm@kvack.org, Harry Wei , Paul Mackerras , Alex Shi , Will Deacon , Javi Merino , Herbert Xu , Yoshinori Sato , linux-sh@vger.kernel.org, Anil S Keshavamurthy , Viresh Kumar , "Naveen N. Rao" , Derek Kiernan , linux-crypto@vger.kernel.org, Ohad Ben-Cohen , devicetree@vger.kernel.org, Daniel Vetter , Michael Hennerich , linux-pm@vger.kernel.org, linux-remoteproc@vger.kernel.org, Maarten Lankhorst , Maxime Ripard , Rob Herring , dri-devel@lists.freedesktop.org, Bjorn Helgaas , Dan Williams , linux-arm-kernel@lists.infradead.org, Daniel Lezcano , Greg Kroah-Hartman , Amit Daniel Kachhap , linux-kernel@vger.kernel.org, "David S. Miller" , tee-dev@lists.linaro.org, Vinod Koul , keyrings@vger.kernel.org, Arnd Bergmann , Masami Hiramatsu , Thomas Zimmermann , dmaengine@vger.kernel.org, Andrew Morton , linuxppc-dev@lists.ozlabs.org, Jens Wiklander Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Mon, 15 Jun 2020 08:50:05 +0200 Mauro Carvalho Chehab wrote: > That's my final(*) series of conversion patches from .txt to ReST. > > (*) Well, running the script I'm using to check, I noticed a couple of new *.txt files. > If I have some time, I'll try to address those last pending things for v5.9. OK, I've applied the set except for parts: 1: |copy| as mentioned before 18: because of the license boilerplate 19: doesn't apply at all (perhaps because of one of the above) 22: because I don't like the latex markup. Also, I took the liberty of just reverting the |copy| change in #10. Getting there..! Thanks, jon