All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <5317AA20.1080402@users.sourceforge.net>

diff --git a/a/1.txt b/N1/1.txt
index 3ef3086..aa099f2 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -2,7 +2,7 @@
 >> can submit the patch that makes the change to the relevant maintainers and 
 >> mailing lists.
 
->From 1d2de3c3cfa43cc3c78a91200c41cef438b26a8f Mon Sep 17 00:00:00 2001
+From 1d2de3c3cfa43cc3c78a91200c41cef438b26a8f Mon Sep 17 00:00:00 2001
 From: Markus Elfring <elfring@users.sourceforge.net>
 Date: Wed, 5 Mar 2014 18:38:43 +0100
 Subject: [PATCH 2/5] Addition of a semantic patch file for listing of
diff --git a/a/content_digest b/N1/content_digest
index 8dfaba1..cb7ed6c 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -53,17 +53,13 @@
   "From\0SF Markus Elfring <elfring\@users.sourceforge.net>\0"
 ]
 [
-  "Subject\0Re: [coccicheck Linux 3.14-rc5 PATCH 2 of 5] Deletion of unnecessary checks before specific function calls\0"
+  "Subject\0Re: [coccicheck Linux 3.14-rc5 PATCH 2 of 5] Deletion of unnecessary checks before specific function\0"
 ]
 [
-  "Date\0Wed, 05 Mar 2014 23:50:08 +0100\0"
+  "Date\0Wed, 05 Mar 2014 22:50:08 +0000\0"
 ]
 [
-  "To\0linux-kernel\@vger.kernel.org\0"
-]
-[
-  "Cc\0Coccinelle <cocci\@systeme.lip6.fr>",
-  " kernel-janitors\@vger.kernel.org\0"
+  "To\0cocci\@systeme.lip6.fr\0"
 ]
 [
   "\0000:1\0"
@@ -76,7 +72,7 @@
   ">> can submit the patch that makes the change to the relevant maintainers and \n",
   ">> mailing lists.\n",
   "\n",
-  ">From 1d2de3c3cfa43cc3c78a91200c41cef438b26a8f Mon Sep 17 00:00:00 2001\n",
+  "From 1d2de3c3cfa43cc3c78a91200c41cef438b26a8f Mon Sep 17 00:00:00 2001\n",
   "From: Markus Elfring <elfring\@users.sourceforge.net>\n",
   "Date: Wed, 5 Mar 2014 18:38:43 +0100\n",
   "Subject: [PATCH 2/5] Addition of a semantic patch file for listing of\n",
@@ -165,4 +161,4 @@
   "1.9.0"
 ]
 
-91216c3a793944548fe0c159e3ddf0b7ddef998931944651f570639a55ec8fee
+c58efa6f0542212bfa3e9cce0dd603a526cd33dab7f3c74a5a4698384a8a0113

diff --git a/a/1.txt b/N2/1.txt
index 3ef3086..9b2b683 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -31,7 +31,7 @@ index 0000000..b0a5a52
 --- /dev/null
 +++ b/scripts/coccinelle/deletions/list_input_parameter_validation1.cocci
 @@ -0,0 +1,55 @@
-+@initialize:python@
++ at initialize:python@
 +@@
 +import sys
 +result = []
@@ -56,13 +56,13 @@ index 0000000..b0a5a52
 +        fields.append(str(int(place.column) + 1))
 +        result.append(delimiter.join(fields))
 +
-+@safety_check@
++ at safety_check@
 +identifier work, input;
 +type data_type;
 +position pos;
 +statement is, es;
 +@@
-+ void work@pos(data_type input)
++ void work at pos(data_type input)
 + {
 +  ... when any
 +( if (input) is else es
@@ -71,7 +71,7 @@ index 0000000..b0a5a52
 +  ... when any
 + }
 +
-+@script:python collection depends on safety_check@
++ at script:python collection depends on safety_check@
 +typ << safety_check.data_type;
 +fun << safety_check.work;
 +point << safety_check.input;
diff --git a/a/content_digest b/N2/content_digest
index 8dfaba1..e5d5a0d 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -50,20 +50,16 @@
   "ref\0005317A59D.4\@users.sourceforge.net\0"
 ]
 [
-  "From\0SF Markus Elfring <elfring\@users.sourceforge.net>\0"
+  "From\0elfring\@users.sourceforge.net (SF Markus Elfring)\0"
 ]
 [
-  "Subject\0Re: [coccicheck Linux 3.14-rc5 PATCH 2 of 5] Deletion of unnecessary checks before specific function calls\0"
+  "Subject\0[Cocci] [coccicheck Linux 3.14-rc5 PATCH 2 of 5] Deletion of unnecessary checks before specific function calls\0"
 ]
 [
   "Date\0Wed, 05 Mar 2014 23:50:08 +0100\0"
 ]
 [
-  "To\0linux-kernel\@vger.kernel.org\0"
-]
-[
-  "Cc\0Coccinelle <cocci\@systeme.lip6.fr>",
-  " kernel-janitors\@vger.kernel.org\0"
+  "To\0cocci\@systeme.lip6.fr\0"
 ]
 [
   "\0000:1\0"
@@ -105,7 +101,7 @@
   "--- /dev/null\n",
   "+++ b/scripts/coccinelle/deletions/list_input_parameter_validation1.cocci\n",
   "\@\@ -0,0 +1,55 \@\@\n",
-  "+\@initialize:python\@\n",
+  "+ at initialize:python\@\n",
   "+\@\@\n",
   "+import sys\n",
   "+result = []\n",
@@ -130,13 +126,13 @@
   "+        fields.append(str(int(place.column) + 1))\n",
   "+        result.append(delimiter.join(fields))\n",
   "+\n",
-  "+\@safety_check\@\n",
+  "+ at safety_check\@\n",
   "+identifier work, input;\n",
   "+type data_type;\n",
   "+position pos;\n",
   "+statement is, es;\n",
   "+\@\@\n",
-  "+ void work\@pos(data_type input)\n",
+  "+ void work at pos(data_type input)\n",
   "+ {\n",
   "+  ... when any\n",
   "+( if (input) is else es\n",
@@ -145,7 +141,7 @@
   "+  ... when any\n",
   "+ }\n",
   "+\n",
-  "+\@script:python collection depends on safety_check\@\n",
+  "+ at script:python collection depends on safety_check\@\n",
   "+typ << safety_check.data_type;\n",
   "+fun << safety_check.work;\n",
   "+point << safety_check.input;\n",
@@ -165,4 +161,4 @@
   "1.9.0"
 ]
 
-91216c3a793944548fe0c159e3ddf0b7ddef998931944651f570639a55ec8fee
+f4bf70bef72bd04ce8dc8cf340647d2362d3bd3ab1ff30891e3ed10f17c03ca0

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.