All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <498FB088.5000104@jp.fujitsu.com>

diff --git a/a/1.txt b/N1/1.txt
index b10fd77..25add6d 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -19,11 +19,11 @@ Julia Lawall 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...+> }
@@ -69,7 +69,7 @@ Julia Lawall wrote:
 > +		return -ENOMEM;
 >  	slot->number = slot_cap >> 19;
 >  	list_for_each_entry(tmp, &dummy_slots, slot_list) {
->  		if (tmp->number = slot->number)
+>  		if (tmp->number == slot->number)
 
 Thank you for fixing this!
 
diff --git a/a/content_digest b/N1/content_digest
index 735ae6a..3f43b37 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\0Pine.LNX.4.64.0902082244490.25891@ask.diku.dk\0"
  "From\0Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>\0"
  "Subject\0Re: [PATCH 4/6] drivers/pci: introduce missing kfree\0"
- "Date\0Mon, 09 Feb 2009 04:26:48 +0000\0"
+ "Date\0Mon, 09 Feb 2009 13:26:48 +0900\0"
  "To\0Julia Lawall <julia@diku.dk>\0"
  "Cc\0jbarnes@virtuousgeek.org"
   linux-pci@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"
@@ -80,7 +80,7 @@
  "> +\t\treturn -ENOMEM;\n"
  ">  \tslot->number = slot_cap >> 19;\n"
  ">  \tlist_for_each_entry(tmp, &dummy_slots, slot_list) {\n"
- ">  \t\tif (tmp->number = slot->number)\n"
+ ">  \t\tif (tmp->number == slot->number)\n"
  "\n"
  "Thank you for fixing this!\n"
  "\n"
@@ -89,4 +89,4 @@
  "Thanks,\n"
  Kenji Kaneshige
 
-b2f0bf37543234ecb741e50ee4e65c6dd4262b21cc82cb82e2a1179712abf1f7
+569ad1e5eff8d9099b4127bc5111bff20dc4f613c99bb476f0296a898b59104c

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.