diff for duplicates of <1249260246.4069.26.camel@debian> diff --git a/a/1.txt b/N1/1.txt index 316ddab..a6a8b78 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -18,13 +18,13 @@ On Sat, 2009-08-01 at 16:54 +0800, Julia Lawall wrote: > > x@p1 = \(kmalloc\|kzalloc\|kcalloc\)(...); > ... -> if (x = NULL) S +> if (x == NULL) S > <... when != x > when != if (...) { <+...x...+> } > ( > x->f1 = E > | -> (x->f1 = NULL || ...) +> (x->f1 == NULL || ...) > | > f(...,x->f1,...) > ) diff --git a/a/content_digest b/N1/content_digest index ddb77e2..5cf3f48 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\0Pine.LNX.4.64.0908011054010.23408@ask.diku.dk\0" "From\0Zhu Yi <yi.zhu@intel.com>\0" - "Subject\0Re: [PATCH 6/10] drivers/net/wireless/iwlwifi: introduce missing\0" - "Date\0Mon, 03 Aug 2009 00:44:06 +0000\0" + "Subject\0Re: [PATCH 6/10] drivers/net/wireless/iwlwifi: introduce missing kfree\0" + "Date\0Mon, 03 Aug 2009 08:44:06 +0800\0" "To\0Julia Lawall <julia@diku.dk>\0" "Cc\0Chatre" Reinette <reinette.chatre@intel.com> @@ -32,13 +32,13 @@ "> \n" "> x@p1 = \\(kmalloc\\|kzalloc\\|kcalloc\\)(...);\n" "> ...\n" - "> if (x = NULL) S\n" + "> if (x == NULL) S\n" "> <... when != x\n" "> when != if (...) { <+...x...+> }\n" "> (\n" "> x->f1 = E\n" "> |\n" - "> (x->f1 = NULL || ...)\n" + "> (x->f1 == NULL || ...)\n" "> |\n" "> f(...,x->f1,...)\n" "> )\n" @@ -80,4 +80,4 @@ "Thanks,\n" -yi -f4ce61a02d7f32bd1831628d65b132f2da0c249d65cc88c8a9b9d373d3ba8359 +b7bdaec3e8b64cc51b154dc6155d50d19412dd475f0ccb97372fc8df41914725
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.