From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-yw0-x244.google.com ([2607:f8b0:4002:c05::244]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1dBgD4-0008Kw-BE for linux-mtd@lists.infradead.org; Fri, 19 May 2017 11:36:43 +0000 Received: by mail-yw0-x244.google.com with SMTP id h82so4715806ywb.3 for ; Fri, 19 May 2017 04:36:22 -0700 (PDT) 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> List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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