From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755428AbdESLg0 (ORCPT ); Fri, 19 May 2017 07:36:26 -0400 Received: from mail-yw0-f195.google.com ([209.85.161.195]:36345 "EHLO mail-yw0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751279AbdESLgW (ORCPT ); Fri, 19 May 2017 07:36:22 -0400 Date: Fri, 19 May 2017 07:36:14 -0400 From: William Breathitt Gray To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Jonathan Corbet , David Woodhouse , Brian Norris , Boris Brezillon , Marek Vasut , Richard Weinberger , Cyrille Pitchen , linux-mtd@lists.infradead.org Subject: Re: [PATCH 08/30] isa.txt: standardize document format Message-ID: <20170519113613.GA26174@sophia> References: <3cfb5ad6db86330e07c6d0f833bbdb2788d99fa7.1495156975.git.mchehab@s-opensource.com> <20170519021355.GA24556@sophia> <20170519055500.0334ebdc@vento.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20170519055500.0334ebdc@vento.lan> User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, May 19, 2017 at 05:55:00AM -0300, Mauro Carvalho Chehab wrote: >Hi William, > >Em Thu, 18 May 2017 22:13:55 -0400 >William Breathitt Gray escreveu: > >> On Thu, May 18, 2017 at 10:24:00PM -0300, Mauro Carvalho Chehab wrote: >> >Each text file under Documentation follows a different >> >format. Some doesn't even have titles! >> > >> >Change its representation to follow the adopted standard, >> >using ReST markups for it to be parseable by Sphinx: >> > >> >- Use the main title standard for this document; >> >- replace _foo_ by **foo** for emphasis; >> >- mark literal blocks as such. >> > >> >Signed-off-by: Mauro Carvalho Chehab >> >> I'm all right with this patch, but there's just one minor nitpick about >> the title that I've inlined. >> >> Acked-by: William Breathitt Gray > >Thanks for review! > >> >--- >> > Documentation/isa.txt | 53 ++++++++++++++++++++++++++------------------------- >> > 1 file changed, 27 insertions(+), 26 deletions(-) >> > >> >diff --git a/Documentation/isa.txt b/Documentation/isa.txt >> >index f232c26a40be..def4a7b690b5 100644 >> >--- a/Documentation/isa.txt >> >+++ b/Documentation/isa.txt >> >@@ -1,5 +1,6 @@ >> >+=========== >> > ISA Drivers >> >------------ >> >> There's no need for this single-dashed line now so just remove it. > >Actually, the patch is removing the single-dashed line. The first "-" >character on the above line from diff :-) Ah yes, my apologies, you're absolutely correct! This should be perfectly fine then. William Breathitt Gray > >> >> >+=========== > > >Thanks, >Mauro