Re: [PATCH 04/29] printk-formats.txt: standardize document format

2017-06-17 Thread Mauro Carvalho Chehab
Em Fri, 19 May 2017 16:37:34 -0700 Randy Dunlap escreveu: > On 05/19/17 13:28, Mauro Carvalho Chehab wrote: > > Em Fri, 19 May 2017 03:26:08 -0700 > > Joe Perches escreveu: > > > >> On Thu, 2017-05-18 at 22:25 -0300, Mauro Carvalho Chehab wrote: > >>> Each text file under Documentation foll

Re: [PATCH 04/29] printk-formats.txt: standardize document format

2017-05-19 Thread Randy Dunlap
On 05/19/17 13:28, Mauro Carvalho Chehab wrote: > Em Fri, 19 May 2017 03:26:08 -0700 > Joe Perches escreveu: > >> On Thu, 2017-05-18 at 22:25 -0300, Mauro Carvalho Chehab wrote: >>> Each text file under Documentation follows a different >>> format. Some doesn't even have titles! >>> >>> Change it

Re: [PATCH 04/29] printk-formats.txt: standardize document format

2017-05-19 Thread Mauro Carvalho Chehab
Em Fri, 19 May 2017 03:26:08 -0700 Joe Perches escreveu: > On Thu, 2017-05-18 at 22:25 -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, > > u

Re: [PATCH 04/29] printk-formats.txt: standardize document format

2017-05-19 Thread Joe Perches
On Thu, 2017-05-18 at 22:25 -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: > > - add a title

[PATCH 04/29] printk-formats.txt: standardize document format

2017-05-18 Thread 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: - add a title for the document; - add markups for section titles; - move authorship to the b