Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp6361281ybi; Wed, 31 Jul 2019 13:00:07 -0700 (PDT) X-Google-Smtp-Source: APXvYqxQl0vNxlQ9dgP7J8yMTXgnB6a5TpIwZl5uKt5O7bN68WRaN/Kq2/7GUBaFtZLrvc4xGxES X-Received: by 2002:a63:3407:: with SMTP id b7mr3515637pga.143.1564603207819; Wed, 31 Jul 2019 13:00:07 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1564603207; cv=none; d=google.com; s=arc-20160816; b=YU2UjeSDDKn0MQHCErQWH2og8gaD/IKCRhaWi2qPLpO3kVfwDO0YCW6qQHqy+ApWpz NrgKqLBlfVrnQMqm0zEBldvi8VadA9ER4gyoAYho0MQb1Uexqp1vqNTk6fN8JYR1eP36 p+OP2akT0/k1MbQRjQl/4fXFQVdaxHFpyQerUpaYeNWGHziRL783bRzJr7GqpnkLXGn/ yqgX5N/LKJ2MGJmmP8Umpk6zCO6adsHpNF7AHAEWPQGsSMYfV+61LFFvMKjyM1Gf8yAJ Rpk5nJ8xk49vH91cpSsn+FQYJF2Sgb7GJe+js78FkS2lYUScuRsCF0cx4Uec96IEAMbX EdRw== 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=oPHCUxj0FncAhwzNCItxbMLIqa/dLiRHkODH6EZWdsc=; b=DE9REnA5wIinsXBWnCc9349c4KrnC8WWIf8lXXCTPMJieQIbn1Xf28ox5rWao1TY7J X8v1abVqqfegRYLUiCd8q12QomXtGl06NvEG9yeN48H4BWsv6GWaC1kExSFWu5dDZ2uZ iokXU0SIFpRU6HaUqrUeT89RM4qQ5yG9nDcqb3NkwtVfu1VsgT/HFuSuDwZlCW8OjRZx KY3sZZDJwlyhfL4K+/34aYYZAQYEpgyxQWzxuyq1gBoukdTO2RAsgxn3CLqGABnR64wt gzBECmo1Je9WiuTvSBLWFX0Y4IhrpDH7SMGF9rE7E10A7E5wc3KEPvfY17g2WERwZ2eh scEQ== 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 f131si30905059pgc.265.2019.07.31.12.59.53; Wed, 31 Jul 2019 13:00:07 -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 S1729172AbfGaTC1 (ORCPT + 99 others); Wed, 31 Jul 2019 15:02:27 -0400 Received: from ms.lwn.net ([45.79.88.28]:55648 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726421AbfGaTC0 (ORCPT ); Wed, 31 Jul 2019 15:02:26 -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 C6A6D7DA; Wed, 31 Jul 2019 19:02:25 +0000 (UTC) Date: Wed, 31 Jul 2019 13:02:24 -0600 From: Jonathan Corbet To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Atish Patra , Paul Walmsley , Palmer Dabbelt , Albert Ou , Karsten Merker , Linus Walleij , linux-riscv@lists.infradead.org Subject: Re: [PATCH] docs: riscv: convert boot-image-header.txt to ReST Message-ID: <20190731130224.1ebc92fa@lwn.net> In-Reply-To: <1eaeb3fbb74de55af0b3f6d93ab40776dcbbb5c8.1564174903.git.mchehab+samsung@kernel.org> References: <57eaa99a-d644-7b79-7177-a45d3ef1e71a@wdc.com> <1eaeb3fbb74de55af0b3f6d93ab40776dcbbb5c8.1564174903.git.mchehab+samsung@kernel.org> 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 Fri, 26 Jul 2019 18:01:55 -0300 Mauro Carvalho Chehab wrote: > Convert this small file to ReST format by: > - Using a proper markup for the document title; > - marking a code block as such; > - use tags for Author and date; > - use tables for bit map fields. > > While here, fix a broken reference for a document with is > planned but is not here yet. > > Signed-off-by: Mauro Carvalho Chehab Applied, thanks. jon