From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-qk0-f193.google.com ([209.85.220.193]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1dDhi4-0008I4-98 for linux-mtd@lists.infradead.org; Thu, 25 May 2017 01:37:05 +0000 Received: by mail-qk0-f193.google.com with SMTP id y128so28668239qka.3 for ; Wed, 24 May 2017 18:36:43 -0700 (PDT) Date: Wed, 24 May 2017 22:36:36 -0300 From: Gustavo Padovan 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, Sumit Semwal , dri-devel@lists.freedesktop.org Subject: Re: [PATCH 20/29] sync_file.txt: standardize document format Message-ID: <20170525013636.GB16058@jade> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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. Gustavo