From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751709AbdESIzN (ORCPT ); Fri, 19 May 2017 04:55:13 -0400 Received: from ec2-52-27-115-49.us-west-2.compute.amazonaws.com ([52.27.115.49]:45525 "EHLO osg.samsung.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750788AbdESIzJ (ORCPT ); Fri, 19 May 2017 04:55:09 -0400 Date: Fri, 19 May 2017 05:55:00 -0300 From: Mauro Carvalho Chehab To: William Breathitt Gray 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: <20170519055500.0334ebdc@vento.lan> In-Reply-To: <20170519021355.GA24556@sophia> References: <3cfb5ad6db86330e07c6d0f833bbdb2788d99fa7.1495156975.git.mchehab@s-opensource.com> <20170519021355.GA24556@sophia> Organization: Samsung X-Mailer: Claws Mail 3.14.1 (GTK+ 2.24.31; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 :-) > > >+=========== Thanks, Mauro