Re: [PATCH v2] Documentation: Coccinelle: fix typos and command example

2020-07-01 Thread Markus Elfring
>> - add "path/to/file.c" when using Coccinelle to check a single file … > Acked-by: Julia Lawall Do you really acknowledge that the specified make command is working in the expected way? Would you like to mention any source file then for which known source code analysis (or transformation) resu

Re: [Cocci] [PATCH v2] Documentation: Coccinelle: fix typos and command example

2020-07-01 Thread Julia Lawall
On Mon, 29 Jun 2020, Randy Dunlap wrote: > From: Randy Dunlap > > Fix various typos etc. in dev-tools/coccinelle.rst: > > - punctuation, grammar, wording > - add "path/to/file.c" when using Coccinelle to check a single file > > Signed-off-by: Randy Dunlap Acked-by: Julia Lawall Thanks very

Re: [PATCH v2] Documentation: Coccinelle: fix typos and command example

2020-07-01 Thread Randy Dunlap
On 7/1/20 4:56 AM, Markus Elfring wrote: >>> … +++ linux-next-20200629/Documentation/dev-tools/coccinelle.rst >>> … @@ -177,13 +177,13 @@ For example, to check drivers/net/wirele To apply Coccinelle on a file basis, instead of a directory basis, the following command may be us

Re: [PATCH v2] Documentation: Coccinelle: fix typos and command example

2020-07-01 Thread Markus Elfring
>> … >>> +++ linux-next-20200629/Documentation/dev-tools/coccinelle.rst >> … >> > @@ -177,13 +177,13 @@ For example, to check drivers/net/wirele >>> To apply Coccinelle on a file basis, instead of a directory basis, the >>> following command may be used:: >>> >>> -make C=1 CHECK="scripts/cocc

Re: [PATCH v2] Documentation: Coccinelle: fix typos and command example

2020-06-30 Thread Randy Dunlap
On 6/30/20 5:23 AM, Markus Elfring wrote: > … >> +++ linux-next-20200629/Documentation/dev-tools/coccinelle.rst > …> @@ -177,13 +177,13 @@ For example, to check drivers/net/wirele >> To apply Coccinelle on a file basis, instead of a directory basis, the >> following command may be used:: >> >> -

Re: [PATCH v2] Documentation: Coccinelle: fix typos and command example

2020-06-30 Thread Markus Elfring
… > +++ linux-next-20200629/Documentation/dev-tools/coccinelle.rst …> @@ -177,13 +177,13 @@ For example, to check drivers/net/wirele > To apply Coccinelle on a file basis, instead of a directory basis, the > following command may be used:: > > -make C=1 CHECK="scripts/coccicheck" > +make

Re: [PATCH v2] Documentation: Coccinelle: fix typos and command example

2020-06-30 Thread Markus Elfring
> @@ -177,13 +177,13 @@ For example, to check drivers/net/wirele > To apply Coccinelle on a file basis, instead of a directory basis, the > following command may be used:: > > -make C=1 CHECK="scripts/coccicheck" > +make C=1 CHECK="scripts/coccicheck" path/to/file.c Can such information

[PATCH v2] Documentation: Coccinelle: fix typos and command example

2020-06-29 Thread Randy Dunlap
From: Randy Dunlap Fix various typos etc. in dev-tools/coccinelle.rst: - punctuation, grammar, wording - add "path/to/file.c" when using Coccinelle to check a single file Signed-off-by: Randy Dunlap Cc: Julia Lawall Cc: Gilles Muller Cc: Nicolas Palix Cc: Michal Marek Cc: co...@systeme.lip