All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <4E522AD0.7030907@bfs.de>

diff --git a/a/1.txt b/N1/1.txt
index 91d6dd4..c1255ba 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -16,7 +16,7 @@ Am 21.08.2011 18:10, schrieb Julia Lawall:
 > 
 > * e = \(of_find_node_by_type\|of_find_node_by_name\)(...)
 >   ... when != of_node_put(e)
->       when != true e = NULL
+>       when != true e == NULL
 >       when != e2 = e
 >   e = e1
 > // </smpl>
@@ -53,7 +53,7 @@ Am 21.08.2011 18:10, schrieb Julia Lawall:
 
 
 hi,
-it seems save to call of_node_put(np) with np=NULL, i assume the same is true
+it seems save to call of_node_put(np) with np==NULL, i assume the same is true
 for of_platform_device_create().
 
 so the code collapses to:
diff --git a/a/content_digest b/N1/content_digest
index 196fb7a..e160e9b 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,15 +1,13 @@
  "ref\01313943001-12884-2-git-send-email-julia@diku.dk\0"
  "From\0walter harms <wharms@bfs.de>\0"
- "Subject\0Re: [PATCH 2/2] arch/powerpc/platforms/powermac/setup.c: add missing\0"
- "Date\0Mon, 22 Aug 2011 10:09:20 +0000\0"
+ "Subject\0Re: [PATCH 2/2] arch/powerpc/platforms/powermac/setup.c: add missing of_node_put\0"
+ "Date\0Mon, 22 Aug 2011 12:09:20 +0200\0"
  "To\0Julia Lawall <julia@diku.dk>\0"
- "Cc\0Benjamin Herrenschmidt <benh@kernel.crashing.org>"
+ "Cc\0devicetree-discuss@lists.ozlabs.org"
   kernel-janitors@vger.kernel.org
-  Paul Mackerras <paulus@samba.org>
-  Grant Likely <grant.likely@secretlab.ca>
-  linuxppc-dev@lists.ozlabs.org
   linux-kernel@vger.kernel.org
- " devicetree-discuss@lists.ozlabs.org\0"
+  Paul Mackerras <paulus@samba.org>
+ " linuxppc-dev@lists.ozlabs.org\0"
  "\00:1\0"
  "b\0"
  "\n"
@@ -30,7 +28,7 @@
  "> \n"
  "> * e = \\(of_find_node_by_type\\|of_find_node_by_name\\)(...)\n"
  ">   ... when != of_node_put(e)\n"
- ">       when != true e = NULL\n"
+ ">       when != true e == NULL\n"
  ">       when != e2 = e\n"
  ">   e = e1\n"
  "> // </smpl>\n"
@@ -67,7 +65,7 @@
  "\n"
  "\n"
  "hi,\n"
- "it seems save to call of_node_put(np) with np=NULL, i assume the same is true\n"
+ "it seems save to call of_node_put(np) with np==NULL, i assume the same is true\n"
  "for of_platform_device_create().\n"
  "\n"
  "so the code collapses to:\n"
@@ -86,4 +84,4 @@
  "re,\n"
   wh
 
-1a90e867b0dbc23c0d73bf95388e6a8e7c116683d34b7da815bb0fe473eb896f
+6be1268d17df975aabb755c40d7c1cddbe9be0c98133719de8c3086858815e5c

diff --git a/a/1.txt b/N2/1.txt
index 91d6dd4..c1255ba 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -16,7 +16,7 @@ Am 21.08.2011 18:10, schrieb Julia Lawall:
 > 
 > * e = \(of_find_node_by_type\|of_find_node_by_name\)(...)
 >   ... when != of_node_put(e)
->       when != true e = NULL
+>       when != true e == NULL
 >       when != e2 = e
 >   e = e1
 > // </smpl>
@@ -53,7 +53,7 @@ Am 21.08.2011 18:10, schrieb Julia Lawall:
 
 
 hi,
-it seems save to call of_node_put(np) with np=NULL, i assume the same is true
+it seems save to call of_node_put(np) with np==NULL, i assume the same is true
 for of_platform_device_create().
 
 so the code collapses to:
diff --git a/a/content_digest b/N2/content_digest
index 196fb7a..e44bb64 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,7 +1,7 @@
  "ref\01313943001-12884-2-git-send-email-julia@diku.dk\0"
  "From\0walter harms <wharms@bfs.de>\0"
- "Subject\0Re: [PATCH 2/2] arch/powerpc/platforms/powermac/setup.c: add missing\0"
- "Date\0Mon, 22 Aug 2011 10:09:20 +0000\0"
+ "Subject\0Re: [PATCH 2/2] arch/powerpc/platforms/powermac/setup.c: add missing of_node_put\0"
+ "Date\0Mon, 22 Aug 2011 12:09:20 +0200\0"
  "To\0Julia Lawall <julia@diku.dk>\0"
  "Cc\0Benjamin Herrenschmidt <benh@kernel.crashing.org>"
   kernel-janitors@vger.kernel.org
@@ -30,7 +30,7 @@
  "> \n"
  "> * e = \\(of_find_node_by_type\\|of_find_node_by_name\\)(...)\n"
  ">   ... when != of_node_put(e)\n"
- ">       when != true e = NULL\n"
+ ">       when != true e == NULL\n"
  ">       when != e2 = e\n"
  ">   e = e1\n"
  "> // </smpl>\n"
@@ -67,7 +67,7 @@
  "\n"
  "\n"
  "hi,\n"
- "it seems save to call of_node_put(np) with np=NULL, i assume the same is true\n"
+ "it seems save to call of_node_put(np) with np==NULL, i assume the same is true\n"
  "for of_platform_device_create().\n"
  "\n"
  "so the code collapses to:\n"
@@ -86,4 +86,4 @@
  "re,\n"
   wh
 
-1a90e867b0dbc23c0d73bf95388e6a8e7c116683d34b7da815bb0fe473eb896f
+a28cb6e5cb460e6edcf0b24526e3de3cbc4790d875c4a8682a60a0d06e0a808f

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.