All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <alpine.DEB.2.02.1301291937250.3339@hadrien>

diff --git a/a/1.txt b/N1/1.txt
index 6986c89..da5a3c6 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -7,13 +7,13 @@ expression e;
 @@
 
 (
-e | c at i
+e | c@i
 |
-e & c at i
+e & c@i
 |
-e |= c at i
+e |= c@i
 |
-e &= c at i
+e &= c@i
 )
 
 @@
@@ -22,7 +22,7 @@ identifier i1;
 expression e;
 @@
 
-*c1 at i1 + c
+*c1@i1 + c
 
 That is, the sum of two constants where at least one of them has been used
 with & or |.
diff --git a/a/content_digest b/N1/content_digest
index 2b00787..b4b6836 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -3,9 +3,9 @@
  "ref\020130127201947.GO16282@mwanda\0"
  "ref\09561.1359474916@turing-police.cc.vt.edu\0"
  "ref\01359475998.4196.26.camel@joe-AO722\0"
- "From\0julia.lawall@lip6.fr (Julia Lawall)\0"
- "Subject\0[Cocci] coccinelle and bitmask arithmetic (was: Re: [patch] TTY: synclink, small cleanup in dtr_rts())\0"
- "Date\0Tue, 29 Jan 2013 19:38:19 +0100 (CET)\0"
+ "From\0Julia Lawall <julia.lawall@lip6.fr>\0"
+ "Subject\0Re: coccinelle and bitmask arithmetic (was: Re: [patch] TTY: synclink, small cleanup in dtr_rts())\0"
+ "Date\0Tue, 29 Jan 2013 18:38:19 +0000\0"
  "To\0cocci@systeme.lip6.fr\0"
  "\00:1\0"
  "b\0"
@@ -18,13 +18,13 @@
  "@@\n"
  "\n"
  "(\n"
- "e | c at i\n"
+ "e | c@i\n"
  "|\n"
- "e & c at i\n"
+ "e & c@i\n"
  "|\n"
- "e |= c at i\n"
+ "e |= c@i\n"
  "|\n"
- "e &= c at i\n"
+ "e &= c@i\n"
  ")\n"
  "\n"
  "@@\n"
@@ -33,11 +33,11 @@
  "expression e;\n"
  "@@\n"
  "\n"
- "*c1 at i1 + c\n"
+ "*c1@i1 + c\n"
  "\n"
  "That is, the sum of two constants where at least one of them has been used\n"
  "with & or |.\n"
  "\n"
  julia
 
-b80721866e2c37fcda98682cbf4c2b060391e49f7b3b438f32e7aca9cbfc6226
+d920605c587e5e6ec80f7956f412c69d1476af4831aae161443e8b210231ee57

diff --git a/a/1.txt b/N2/1.txt
index 6986c89..da5a3c6 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -7,13 +7,13 @@ expression e;
 @@
 
 (
-e | c at i
+e | c@i
 |
-e & c at i
+e & c@i
 |
-e |= c at i
+e |= c@i
 |
-e &= c at i
+e &= c@i
 )
 
 @@
@@ -22,7 +22,7 @@ identifier i1;
 expression e;
 @@
 
-*c1 at i1 + c
+*c1@i1 + c
 
 That is, the sum of two constants where at least one of them has been used
 with & or |.
diff --git a/a/content_digest b/N2/content_digest
index 2b00787..b362b0e 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -3,10 +3,19 @@
  "ref\020130127201947.GO16282@mwanda\0"
  "ref\09561.1359474916@turing-police.cc.vt.edu\0"
  "ref\01359475998.4196.26.camel@joe-AO722\0"
- "From\0julia.lawall@lip6.fr (Julia Lawall)\0"
- "Subject\0[Cocci] coccinelle and bitmask arithmetic (was: Re: [patch] TTY: synclink, small cleanup in dtr_rts())\0"
+ "From\0Julia Lawall <julia.lawall@lip6.fr>\0"
+ "Subject\0Re: coccinelle and bitmask arithmetic (was: Re: [patch] TTY: synclink, small cleanup in dtr_rts())\0"
  "Date\0Tue, 29 Jan 2013 19:38:19 +0100 (CET)\0"
- "To\0cocci@systeme.lip6.fr\0"
+ "To\0Joe Perches <joe@perches.com>\0"
+ "Cc\0Valdis.Kletnieks@vt.edu"
+  cocci@systeme.lip6.fr
+  Dan Carpenter <dan.carpenter@oracle.com>
+  Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+  Jiri Slaby <jslaby@suse.cz>
+  Paul Fulghum <paulkf@microgate.com>
+  David Howells <dhowells@redhat.com>
+  linux-kernel@vger.kernel.org
+ " kernel-janitors@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "The following rule looks promising:\n"
@@ -18,13 +27,13 @@
  "@@\n"
  "\n"
  "(\n"
- "e | c at i\n"
+ "e | c@i\n"
  "|\n"
- "e & c at i\n"
+ "e & c@i\n"
  "|\n"
- "e |= c at i\n"
+ "e |= c@i\n"
  "|\n"
- "e &= c at i\n"
+ "e &= c@i\n"
  ")\n"
  "\n"
  "@@\n"
@@ -33,11 +42,11 @@
  "expression e;\n"
  "@@\n"
  "\n"
- "*c1 at i1 + c\n"
+ "*c1@i1 + c\n"
  "\n"
  "That is, the sum of two constants where at least one of them has been used\n"
  "with & or |.\n"
  "\n"
  julia
 
-b80721866e2c37fcda98682cbf4c2b060391e49f7b3b438f32e7aca9cbfc6226
+0983a41208bb624bfd5d7955308ad0fe2ababcd46cde3bbd4716bc940ed459bb

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.