diff for duplicates of <20100618213938.GH3582@sortiz.org> diff --git a/a/1.txt b/N1/1.txt index eb885db..6e1407b 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -25,13 +25,13 @@ Samuel. > > 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 d8da65c..824308f 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\0Pine.LNX.4.64.1006011634200.12546@ask.diku.dk\0" "From\0Samuel Ortiz <sameo@linux.intel.com>\0" "Subject\0Re: [PATCH 2/4] drivers/mfd: introduce missing kfree\0" - "Date\0Fri, 18 Jun 2010 21:39:39 +0000\0" + "Date\0Fri, 18 Jun 2010 23:39:39 +0200\0" "To\0Julia Lawall <julia@diku.dk>\0" "Cc\0linux-kernel@vger.kernel.org" " kernel-janitors@vger.kernel.org\0" @@ -34,13 +34,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" @@ -93,4 +93,4 @@ "Intel Open Source Technology Centre\n" http://oss.intel.com/ -951e251a030e2fde6faa0097ee5cf9b0ef7521f70b2e99b98d1c4fe3712cd512 +8c4380b84df3aa43204f681c5b092f89b5b57418b40d067d23016f0df5616de1
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.