Re: [PATCH 06/17] CodingStyle.rst: use the proper tag for verbatim font

2016-09-14 Thread Markus Heiser
Am 14.09.2016 um 15:48 schrieb Mauro Carvalho Chehab : > Em Wed, 14 Sep 2016 14:18:55 +0200 > Markus Heiser escreveu: > >> Am 14.09.2016 um 11:35 schrieb Mauro Carvalho Chehab >> : >> >>> Em Wed, 14 Sep 2016 09:45:10 +0200 >>> Jean Delvare escreveu: >>> On Tue, 13 Sep 2016 16:24:48 -03

Re: [PATCH 06/17] CodingStyle.rst: use the proper tag for verbatim font

2016-09-14 Thread Jean Delvare
On Wed, 14 Sep 2016 10:48:33 -0300, Mauro Carvalho Chehab wrote: > Ok, what about using this comment for the patch? > > Documentation/CodingStyle: use the proper tag for verbatim font > > On Sphinx/ReST notation, ``foo`` means that foo will be will be > marked as inline literal, effectively maki

Re: [PATCH 06/17] CodingStyle.rst: use the proper tag for verbatim font

2016-09-14 Thread Mauro Carvalho Chehab
Em Wed, 14 Sep 2016 14:18:55 +0200 Markus Heiser escreveu: > Am 14.09.2016 um 11:35 schrieb Mauro Carvalho Chehab > : > > > Em Wed, 14 Sep 2016 09:45:10 +0200 > > Jean Delvare escreveu: > > > >> On Tue, 13 Sep 2016 16:24:48 -0300, Mauro Carvalho Chehab wrote: > >>> Em Tue, 13 Sep 2016 19:

Re: [PATCH 06/17] CodingStyle.rst: use the proper tag for verbatim font

2016-09-14 Thread Markus Heiser
Am 14.09.2016 um 11:35 schrieb Mauro Carvalho Chehab : > Em Wed, 14 Sep 2016 09:45:10 +0200 > Jean Delvare escreveu: > >> On Tue, 13 Sep 2016 16:24:48 -0300, Mauro Carvalho Chehab wrote: >>> Em Tue, 13 Sep 2016 19:45:23 +0200 >>> Jean Delvare escreveu: >>> Hi Mauro, On Mon, 12

Re: [PATCH 06/17] CodingStyle.rst: use the proper tag for verbatim font

2016-09-14 Thread Mauro Carvalho Chehab
Em Wed, 14 Sep 2016 09:45:10 +0200 Jean Delvare escreveu: > On Tue, 13 Sep 2016 16:24:48 -0300, Mauro Carvalho Chehab wrote: > > Em Tue, 13 Sep 2016 19:45:23 +0200 > > Jean Delvare escreveu: > > > > > Hi Mauro, > > > > > > On Mon, 12 Sep 2016 11:47:57 -0300, Mauro Carvalho Chehab wrote: >

Re: [PATCH 06/17] CodingStyle.rst: use the proper tag for verbatim font

2016-09-14 Thread Markus Heiser
Am 14.09.2016 um 09:45 schrieb Jean Delvare : > On Tue, 13 Sep 2016 16:24:48 -0300, Mauro Carvalho Chehab wrote: >> Em Tue, 13 Sep 2016 19:45:23 +0200 >> Jean Delvare escreveu: >> >>> Hi Mauro, >>> >>> On Mon, 12 Sep 2016 11:47:57 -0300, Mauro Carvalho Chehab wrote: Instead of using "foo"

Re: [PATCH 06/17] CodingStyle.rst: use the proper tag for verbatim font

2016-09-14 Thread Jean Delvare
On Tue, 13 Sep 2016 16:24:48 -0300, Mauro Carvalho Chehab wrote: > Em Tue, 13 Sep 2016 19:45:23 +0200 > Jean Delvare escreveu: > > > Hi Mauro, > > > > On Mon, 12 Sep 2016 11:47:57 -0300, Mauro Carvalho Chehab wrote: > > > Instead of using "foo", use ``foo`` for the names that are > > > literal.

Re: [PATCH 06/17] CodingStyle.rst: use the proper tag for verbatim font

2016-09-13 Thread Mauro Carvalho Chehab
Em Tue, 13 Sep 2016 19:45:23 +0200 Jean Delvare escreveu: > Hi Mauro, > > On Mon, 12 Sep 2016 11:47:57 -0300, Mauro Carvalho Chehab wrote: > > Instead of using "foo", use ``foo`` for the names that are > > literal. > > Because...? Because it is an usual typographic convention to use monospac

Re: [PATCH 06/17] CodingStyle.rst: use the proper tag for verbatim font

2016-09-13 Thread Jean Delvare
Hi Mauro, On Mon, 12 Sep 2016 11:47:57 -0300, Mauro Carvalho Chehab wrote: > Instead of using "foo", use ``foo`` for the names that are > literal. Because...? > Signed-off-by: Mauro Carvalho Chehab > --- > Documentation/kernel-development/CodingStyle.rst | 98 > > 1 f

[PATCH 06/17] CodingStyle.rst: use the proper tag for verbatim font

2016-09-12 Thread Mauro Carvalho Chehab
Instead of using "foo", use ``foo`` for the names that are literal. Signed-off-by: Mauro Carvalho Chehab --- Documentation/kernel-development/CodingStyle.rst | 98 1 file changed, 49 insertions(+), 49 deletions(-) diff --git a/Documentation/kernel-development/CodingStyl