Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp6080865yba; Thu, 11 Apr 2019 11:38:22 -0700 (PDT) X-Google-Smtp-Source: APXvYqzX8n/nk6n6Y2lDodPmcZ8Jm2MtyVGsVBVCnMNzRgb/tnWNKvbxnuaTZeLwOh4lmC0I5tSj X-Received: by 2002:a63:c84c:: with SMTP id l12mr48702588pgi.287.1555007902298; Thu, 11 Apr 2019 11:38:22 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1555007902; cv=none; d=google.com; s=arc-20160816; b=Fq0FYE9dZsypZdz4BP7QX84AInOZRu4mPVX0W8GBM9DWWZ+a9hOhavenHhsd1URqAh lRzcrMt8cRbJdGF7NPG+8ZI0S2kafVz0QATFcNcI9hX9AmwDaIFwWjspfQVsfk5VWU1j Vj9dEOMUaxp08e7apeJ8oinGDRGu49f6lM/bqY/igYbkq75XheJY2b3uhvsRK9Bri8r3 gfrF6xliZ5ODP1Jhq6JmBdcvutml5IrbyWkV+5BZ4B88tTlckRclAYi6qLleP0Hzaa+2 Y8Sa6wow6GBDEJk3pVzJZGTjvB45N5iZAxwzN8ob2mPZAFYEIPjuMADKEegsAR4tv4iW 49Qg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=lYhlSo5Q6ysb2IL8n33k5r7dIu9nldfcHsLCUvcgi3k=; b=LGPDBdNV0/m/Z9u6b/u4SXYB4+YZ38yIt1hADPrgC4kpPB6OovDL1VACe/ysm6Qi53 1tL10fMMTPXzdt8isE6zSn0g0XG5K8sy/grfO1fXNLWBDCUAIRefI+ypoMbVLvceJinn fyk5nDOzTLcNlerExZhDfnAZEqGZ6uvLwE1ycJyZ/7SpnrUXhYlmolrG4mVhXV9tzqbX z/uKuIEyRH1ZZfVHr8jbpIEa9alvrCSb7vE5SD5E84RwsCqp6suti153v9l6gm0nHVjl k5Q2yiC4es4prUPqEN7PmuuLJpIgoSfCoYHzFNVKymv6+rugJW5Pzxc0PHpqWEcYiUQG SfxQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id x186si23745779pgx.399.2019.04.11.11.38.06; Thu, 11 Apr 2019 11:38:22 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726757AbfDKShZ (ORCPT + 99 others); Thu, 11 Apr 2019 14:37:25 -0400 Received: from ms.lwn.net ([45.79.88.28]:38746 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726595AbfDKShY (ORCPT ); Thu, 11 Apr 2019 14:37:24 -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 905332F3; Thu, 11 Apr 2019 18:37:23 +0000 (UTC) Date: Thu, 11 Apr 2019 12:37:22 -0600 From: Jonathan Corbet To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, David Howells , Andrea Parri , Nicholas Piggin , linux-arch@vger.kernel.org, Peter Zijlstra , Boqun Feng , Luc Maranget , Alan Stern , Akira Yokosawa , Will Deacon , "Paul E. McKenney" , Daniel Lustig , Jade Alglave Subject: Re: [PATCH 0/8] Prepare files under Documentation/*.txt to build with Sphinx Message-ID: <20190411123722.67d8cbe6@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-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 10 Apr 2019 06:56:19 -0300 Mauro Carvalho Chehab wrote: > In the past, we did some efforts to ensure that almost all files under > Documentation/*.txt could be built with Sphinx. > > Some regressions happened there (and some new files got added). > Fix those files in order to allow them to be able to build with Sphinx. > > The changes on this series are trivial, adding the minimum stuff to allow > building those files with sphinx-build with no warnings and to make the > contents minimally consistent with other documentation files. I've applied this set, thanks. jon