All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20081118144217.34ffa4e1.akpm@linux-foundation.org>

diff --git a/a/1.txt b/N1/1.txt
index 58a99ab..910e44f 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -19,11 +19,11 @@ Julia Lawall <julia@diku.dk> wrote:
 > @@
 > 
 > (
-> if ((x@p1 = \(kmalloc\|kzalloc\|kcalloc\)(...)) = NULL) S
+> if ((x@p1 = \(kmalloc\|kzalloc\|kcalloc\)(...)) == NULL) S
 > |
 > x@p1 = \(kmalloc\|kzalloc\|kcalloc\)(...);
 > ...
-> if (x = NULL) S
+> if (x == NULL) S
 > )
 > <... when != x
 >      when != if (...) { <+...x...+> }
diff --git a/a/content_digest b/N1/content_digest
index 3e3c67a..edeaf02 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\0Pine.LNX.4.64.0811141904580.10023@pc-004.diku.dk\0"
  "From\0Andrew Morton <akpm@linux-foundation.org>\0"
  "Subject\0Re: [PATCH 1/3] kernel/trace/trace.c: introduce missing kfree\0"
- "Date\0Tue, 18 Nov 2008 22:42:17 +0000\0"
+ "Date\0Tue, 18 Nov 2008 14:42:17 -0800\0"
  "To\0Julia Lawall <julia@diku.dk>\0"
  "Cc\0srostedt@redhat.com"
   linux-kernel@vger.kernel.org
@@ -30,11 +30,11 @@
  "> @@\n"
  "> \n"
  "> (\n"
- "> if ((x@p1 = \\(kmalloc\\|kzalloc\\|kcalloc\\)(...)) = NULL) S\n"
+ "> if ((x@p1 = \\(kmalloc\\|kzalloc\\|kcalloc\\)(...)) == NULL) S\n"
  "> |\n"
  "> x@p1 = \\(kmalloc\\|kzalloc\\|kcalloc\\)(...);\n"
  "> ...\n"
- "> if (x = NULL) S\n"
+ "> if (x == NULL) S\n"
  "> )\n"
  "> <... when != x\n"
  ">      when != if (...) { <+...x...+> }\n"
@@ -84,4 +84,4 @@
  "Or something like that.  I looked at it long enough to convince myself\n"
  that it needs fixing ;)
 
-0c3ad764fe969a3ae689595570a92cb49ee7ad474d00ad975d5769631b91adf6
+7aeb1333c1ea8fe0686a5b04507b15abaa9255b6d93f6c5ceb852b32a295f530

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.