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 AD252C32751 for ; Wed, 31 Jul 2019 20:17:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7C753206A3 for ; Wed, 31 Jul 2019 20:17:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727309AbfGaURh (ORCPT ); Wed, 31 Jul 2019 16:17:37 -0400 Received: from ms.lwn.net ([45.79.88.28]:56130 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725793AbfGaURh (ORCPT ); Wed, 31 Jul 2019 16:17:37 -0400 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 7F83A7DA; Wed, 31 Jul 2019 20:17:35 +0000 (UTC) Date: Wed, 31 Jul 2019 14:17:34 -0600 From: Jonathan Corbet To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org, Maxime Ripard , samba-technical@lists.samba.org, Mark Brown , devicetree@vger.kernel.org, Liam Girdwood , linux-iio@vger.kernel.org, Lars-Peter Clausen , Evgeniy Dushistov , Jonathan Cameron , Peter Meerwald-Stadler , Steve French , Alexander Shishkin , Chen-Yu Tsai , Suzuki K Poulose , linux-cifs@vger.kernel.org, Dave Kleikamp , Mark Rutland , Evgeniy Polyakov , Mathieu Poirier , Rob Herring , jfs-discussion@lists.sourceforge.net, linux-arm-kernel@lists.infradead.org, Hartmut Knaack , linux-spi@vger.kernel.org Subject: Re: [PATCH 0/6] ReST conversion patches not applied yet Message-ID: <20190731141734.1fa9ce64@lwn.net> In-Reply-To: References: Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-cifs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-cifs@vger.kernel.org On Wed, 31 Jul 2019 17:08:47 -0300 Mauro Carvalho Chehab wrote: > As promised, this is the rebased version of the patches that were not applied > from the /26 patch series because you had merge conflicts. > > They're all based on your docs-next branch, so should apply fine. > > The first one fixes all but one error with a broken reference. > > The only broken reference right now is due to a DT patch with was not > accepted (no idea why), but whose driver is upstream. All but 5/6 applied, thanks. jon