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

diff --git a/a/1.txt b/N1/1.txt
index ddeef25..8267d55 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 e6a21b920fcca2f6f01c9528909dc036a9b3bc41 Mon Sep 17 00:00:00 2001
+From e6a21b920fcca2f6f01c9528909dc036a9b3bc41 Mon Sep 17 00:00:00 2001
 From: Markus Elfring <elfring@users.sourceforge.net>
 Date: Wed, 5 Mar 2014 19:10:32 +0100
 Subject: [PATCH 4/5] Addition of a semantic patch file for listing of
@@ -35,7 +35,7 @@ index 0000000..d2637e8
 +++
 b/scripts/coccinelle/deletions/list_functions_with_unnecessary_checks_template1.cocci
 @@ -0,0 +1,59 @@
-+ at initialize:python@
++@initialize:python@
 +@@
 +import sys
 +result = []
@@ -57,7 +57,7 @@ b/scripts/coccinelle/deletions/list_functions_with_unnecessary_checks_template1.
 +        fields.append(str(int(place.column) + 1))
 +        result.append(delimiter.join(fields))
 +
-+ at is_unnecessary_check@
++@is_unnecessary_check@
 +expression data;
 +identifier work;
 +identifier release =~ "^(?x)
@@ -71,7 +71,7 @@ b/scripts/coccinelle/deletions/list_functions_with_unnecessary_checks_template1.
 +position pos;
 +type t;
 +@@
-+ t work at pos(...)
++ t work@pos(...)
 + {
 +  ... when any
 +( if (data) release(data);
@@ -80,7 +80,7 @@ b/scripts/coccinelle/deletions/list_functions_with_unnecessary_checks_template1.
 +  ... when any
 + }
 +
-+ at script:python collection depends on is_unnecessary_check@
++@script:python collection depends on is_unnecessary_check@
 +fun << is_unnecessary_check.work;
 +point << is_unnecessary_check.data;
 +places << is_unnecessary_check.pos;
diff --git a/a/content_digest b/N1/content_digest
index 03eca76..bfc623e 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -15,9 +15,9 @@
  "ref\0530DD06F.4090703@users.sourceforge.net\0"
  "ref\0alpine.DEB.2.02.1402262129250.2221@localhost6.localdomain6\0"
  "ref\05317A59D.4@users.sourceforge.net\0"
- "From\0elfring@users.sourceforge.net (SF Markus Elfring)\0"
- "Subject\0[Cocci] [coccicheck Linux 3.14-rc5 PATCH 4 of 5] Deletion of unnecessary checks before specific function calls\0"
- "Date\0Wed, 05 Mar 2014 23:55:49 +0100\0"
+ "From\0SF Markus Elfring <elfring@users.sourceforge.net>\0"
+ "Subject\0Re: [coccicheck Linux 3.14-rc5 PATCH 4 of 5] Deletion of unnecessary checks before specific function\0"
+ "Date\0Wed, 05 Mar 2014 22:55:49 +0000\0"
  "To\0cocci@systeme.lip6.fr\0"
  "\00:1\0"
  "b\0"
@@ -25,7 +25,7 @@
  ">> can submit the patch that makes the change to the relevant maintainers and \n"
  ">> mailing lists.\n"
  "\n"
- ">From e6a21b920fcca2f6f01c9528909dc036a9b3bc41 Mon Sep 17 00:00:00 2001\n"
+ "From e6a21b920fcca2f6f01c9528909dc036a9b3bc41 Mon Sep 17 00:00:00 2001\n"
  "From: Markus Elfring <elfring@users.sourceforge.net>\n"
  "Date: Wed, 5 Mar 2014 19:10:32 +0100\n"
  "Subject: [PATCH 4/5] Addition of a semantic patch file for listing of\n"
@@ -58,7 +58,7 @@
  "+++\n"
  "b/scripts/coccinelle/deletions/list_functions_with_unnecessary_checks_template1.cocci\n"
  "@@ -0,0 +1,59 @@\n"
- "+ at initialize:python@\n"
+ "+@initialize:python@\n"
  "+@@\n"
  "+import sys\n"
  "+result = []\n"
@@ -80,7 +80,7 @@
  "+        fields.append(str(int(place.column) + 1))\n"
  "+        result.append(delimiter.join(fields))\n"
  "+\n"
- "+ at is_unnecessary_check@\n"
+ "+@is_unnecessary_check@\n"
  "+expression data;\n"
  "+identifier work;\n"
  "+identifier release =~ \"^(?x)\n"
@@ -94,7 +94,7 @@
  "+position pos;\n"
  "+type t;\n"
  "+@@\n"
- "+ t work at pos(...)\n"
+ "+ t work@pos(...)\n"
  "+ {\n"
  "+  ... when any\n"
  "+( if (data) release(data);\n"
@@ -103,7 +103,7 @@
  "+  ... when any\n"
  "+ }\n"
  "+\n"
- "+ at script:python collection depends on is_unnecessary_check@\n"
+ "+@script:python collection depends on is_unnecessary_check@\n"
  "+fun << is_unnecessary_check.work;\n"
  "+point << is_unnecessary_check.data;\n"
  "+places << is_unnecessary_check.pos;\n"
@@ -121,4 +121,4 @@
  "-- \n"
  1.9.0
 
-90772b2faf8c9d597762299c2c322486d23039b53b5c579086d10c20f5510e52
+60b894cc62743a60abd544d515d806e6e4b6cc1c839f4e87d4d08b899c5e154f

diff --git a/a/1.txt b/N2/1.txt
index ddeef25..2785092 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -35,7 +35,7 @@ index 0000000..d2637e8
 +++
 b/scripts/coccinelle/deletions/list_functions_with_unnecessary_checks_template1.cocci
 @@ -0,0 +1,59 @@
-+ at initialize:python@
++@initialize:python@
 +@@
 +import sys
 +result = []
@@ -57,7 +57,7 @@ b/scripts/coccinelle/deletions/list_functions_with_unnecessary_checks_template1.
 +        fields.append(str(int(place.column) + 1))
 +        result.append(delimiter.join(fields))
 +
-+ at is_unnecessary_check@
++@is_unnecessary_check@
 +expression data;
 +identifier work;
 +identifier release =~ "^(?x)
@@ -71,7 +71,7 @@ b/scripts/coccinelle/deletions/list_functions_with_unnecessary_checks_template1.
 +position pos;
 +type t;
 +@@
-+ t work at pos(...)
++ t work@pos(...)
 + {
 +  ... when any
 +( if (data) release(data);
@@ -80,7 +80,7 @@ b/scripts/coccinelle/deletions/list_functions_with_unnecessary_checks_template1.
 +  ... when any
 + }
 +
-+ at script:python collection depends on is_unnecessary_check@
++@script:python collection depends on is_unnecessary_check@
 +fun << is_unnecessary_check.work;
 +point << is_unnecessary_check.data;
 +places << is_unnecessary_check.pos;
diff --git a/a/content_digest b/N2/content_digest
index 03eca76..ab28eae 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -15,10 +15,12 @@
  "ref\0530DD06F.4090703@users.sourceforge.net\0"
  "ref\0alpine.DEB.2.02.1402262129250.2221@localhost6.localdomain6\0"
  "ref\05317A59D.4@users.sourceforge.net\0"
- "From\0elfring@users.sourceforge.net (SF Markus Elfring)\0"
- "Subject\0[Cocci] [coccicheck Linux 3.14-rc5 PATCH 4 of 5] Deletion of unnecessary checks before specific function calls\0"
+ "From\0SF Markus Elfring <elfring@users.sourceforge.net>\0"
+ "Subject\0Re: [coccicheck Linux 3.14-rc5 PATCH 4 of 5] Deletion of unnecessary checks before specific function calls\0"
  "Date\0Wed, 05 Mar 2014 23:55:49 +0100\0"
- "To\0cocci@systeme.lip6.fr\0"
+ "To\0linux-kernel@vger.kernel.org\0"
+ "Cc\0Coccinelle <cocci@systeme.lip6.fr>"
+ " kernel-janitors@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  ">> If you are convinced that dropping the null tests is a good idea, then you \n"
@@ -58,7 +60,7 @@
  "+++\n"
  "b/scripts/coccinelle/deletions/list_functions_with_unnecessary_checks_template1.cocci\n"
  "@@ -0,0 +1,59 @@\n"
- "+ at initialize:python@\n"
+ "+@initialize:python@\n"
  "+@@\n"
  "+import sys\n"
  "+result = []\n"
@@ -80,7 +82,7 @@
  "+        fields.append(str(int(place.column) + 1))\n"
  "+        result.append(delimiter.join(fields))\n"
  "+\n"
- "+ at is_unnecessary_check@\n"
+ "+@is_unnecessary_check@\n"
  "+expression data;\n"
  "+identifier work;\n"
  "+identifier release =~ \"^(?x)\n"
@@ -94,7 +96,7 @@
  "+position pos;\n"
  "+type t;\n"
  "+@@\n"
- "+ t work at pos(...)\n"
+ "+ t work@pos(...)\n"
  "+ {\n"
  "+  ... when any\n"
  "+( if (data) release(data);\n"
@@ -103,7 +105,7 @@
  "+  ... when any\n"
  "+ }\n"
  "+\n"
- "+ at script:python collection depends on is_unnecessary_check@\n"
+ "+@script:python collection depends on is_unnecessary_check@\n"
  "+fun << is_unnecessary_check.work;\n"
  "+point << is_unnecessary_check.data;\n"
  "+places << is_unnecessary_check.pos;\n"
@@ -121,4 +123,4 @@
  "-- \n"
  1.9.0
 
-90772b2faf8c9d597762299c2c322486d23039b53b5c579086d10c20f5510e52
+79bcf9a0c03da6d423da98552c6b12cef6dfbe3ee6cedc0bd7542eccce43b77c

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.