diff for duplicates of <535FD0E0.70809@metafoo.de> diff --git a/a/1.txt b/N1/1.txt index fb4eab6..4ef5267 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -44,24 +44,24 @@ FOOBAR_B BIT(FOOBAR_OFFSET). Which is technically correct, but not semantically. > +// URL: http://coccinelle.lip6.fr/ > +// Options: --include-headers > + -> + at hasbitops@ +> +@hasbitops@ > +@@ > + > +#include <linux/bitops.h> > + -> + at usesbit@ +> +@usesbit@ > +@@ > + > +BIT(...) > + -> + at depends on hasbitops && usesbit@ +> +@depends on hasbitops && usesbit@ > +expression E; > +@@ > + > +- 1 << E > ++ BIT(E) > + -> + at depends on hasbitops && usesbit@ +> +@depends on hasbitops && usesbit@ > +expression E; > +@@ > + diff --git a/a/content_digest b/N1/content_digest index dfb899e..b75b9fd 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,12 @@ "ref\01398595800-6683-1-git-send-email-javier@dowhile0.org\0" - "From\0lars@metafoo.de (Lars-Peter Clausen)\0" - "Subject\0[Cocci] [PATCH v2 1/1] scripts/coccinelle: use BIT macro if used\0" + "From\0Lars-Peter Clausen <lars@metafoo.de>\0" + "Subject\0Re: [Cocci] [PATCH v2 1/1] scripts/coccinelle: use BIT macro if used\0" "Date\0Tue, 29 Apr 2014 18:18:40 +0200\0" - "To\0cocci@systeme.lip6.fr\0" + "To\0Javier Martinez Canillas <javier@dowhile0.org>\0" + "Cc\0Julia Lawall <Julia.Lawall@lip6.fr>" + Michal Marek <mmarek@suse.cz> + linux-kernel@vger.kernel.org + " cocci@systeme.lip6.fr\0" "\00:1\0" "b\0" "On 04/27/2014 12:50 PM, Javier Martinez Canillas wrote:\n" @@ -51,24 +55,24 @@ "> +// URL: http://coccinelle.lip6.fr/\n" "> +// Options: --include-headers\n" "> +\n" - "> + at hasbitops@\n" + "> +@hasbitops@\n" "> +@@\n" "> +\n" "> +#include <linux/bitops.h>\n" "> +\n" - "> + at usesbit@\n" + "> +@usesbit@\n" "> +@@\n" "> +\n" "> +BIT(...)\n" "> +\n" - "> + at depends on hasbitops && usesbit@\n" + "> +@depends on hasbitops && usesbit@\n" "> +expression E;\n" "> +@@\n" "> +\n" "> +- 1 << E\n" "> ++ BIT(E)\n" "> +\n" - "> + at depends on hasbitops && usesbit@\n" + "> +@depends on hasbitops && usesbit@\n" "> +expression E;\n" "> +@@\n" "> +\n" @@ -76,4 +80,4 @@ "> ++ BIT(E)\n" > -bbcd07c497100681f4bf849e94515a2d52e0dffc959f8137fb4e0bbc291062d2 +20ef8d4216349994c0d1f12d1c42b90f768e815b5acb68c8a7f4c5ed911090c1
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.