Re: [PATCH v3] Documentation: Coccinelle: fix various typos etc.

2020-07-05 Thread Jonathan Corbet
On Wed, 1 Jul 2020 12:17:32 -0700 Randy Dunlap wrote: > From: Randy Dunlap > > Fix various typos etc. in dev-tools/coccinelle.rst: > > - punctuation, grammar, wording > > Signed-off-by: Randy Dunlap > Cc: Julia Lawall > Cc: Gilles Muller > Cc: Nicolas Palix > Cc: Michal Marek > Cc: co...

Re: [PATCH v3] Documentation: Coccinelle: fix various typos etc.

2020-07-02 Thread Matthew Wilcox
On Thu, Jul 02, 2020 at 08:56:24AM +0200, Markus Elfring wrote: > … > > +++ linux-next-20200629/Documentation/dev-tools/coccinelle.rst > … > > @@ -260,13 +260,13 @@ If not using the kernel's coccicheck tar > … > > -We help Coccinelle when used against Linux with a set of sensible defaults > > +We h

Re: [PATCH v3] Documentation: Coccinelle: fix various typos etc.

2020-07-01 Thread Markus Elfring
… > +++ linux-next-20200629/Documentation/dev-tools/coccinelle.rst … > @@ -260,13 +260,13 @@ If not using the kernel's coccicheck tar … > -We help Coccinelle when used against Linux with a set of sensible defaults > +We help Coccinelle when used against Linux with a set of sensible default > optio

Re: [Cocci] [PATCH v3] Documentation: Coccinelle: fix various typos etc.

2020-07-01 Thread Julia Lawall
On Wed, 1 Jul 2020, Randy Dunlap wrote: > From: Randy Dunlap > > Fix various typos etc. in dev-tools/coccinelle.rst: > > - punctuation, grammar, wording Acked-by: Julia Lawall Thanks! julia > > Signed-off-by: Randy Dunlap > Cc: Julia Lawall > Cc: Gilles Muller > Cc: Nicolas Palix >

[PATCH v3] Documentation: Coccinelle: fix various typos etc.

2020-07-01 Thread Randy Dunlap
From: Randy Dunlap Fix various typos etc. in dev-tools/coccinelle.rst: - punctuation, grammar, wording Signed-off-by: Randy Dunlap Cc: Julia Lawall Cc: Gilles Muller Cc: Nicolas Palix Cc: Michal Marek Cc: co...@systeme.lip6.fr Cc: Markus Elfring --- v2: s/at minimum/a minimum/ (Julia and