From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751173AbdE2Oej (ORCPT ); Mon, 29 May 2017 10:34:39 -0400 Received: from ec2-52-27-115-49.us-west-2.compute.amazonaws.com ([52.27.115.49]:48671 "EHLO osg.samsung.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750987AbdE2Oei (ORCPT ); Mon, 29 May 2017 10:34:38 -0400 Date: Thu, 25 May 2017 14:16:43 +0900 From: Mauro Carvalho Chehab To: Gustavo Padovan 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, Sumit Semwal , dri-devel@lists.freedesktop.org Subject: Re: [PATCH 20/29] sync_file.txt: standardize document format Message-ID: <20170525141604.3b7cac94@vela.lan> In-Reply-To: <20170525013636.GB16058@jade> References: <20170525013636.GB16058@jade> 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 Em Wed, 24 May 2017 22:36:36 -0300 Gustavo Padovan escreveu: > Hi Mauro, > > 2017-05-18 Mauro Carvalho Chehab : > > > 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 markup for document title and authorship; > > - Mark literal blocks; > > - Use a numbered list for references. > > > > Signed-off-by: Mauro Carvalho Chehab > > --- > > Documentation/sync_file.txt | 23 +++++++++++++---------- > > 1 file changed, 13 insertions(+), 10 deletions(-) > > We went ahead and applied this to drm-misc-next. Thanks. OK! Thanks! Mauro