diff for duplicates of <4B07E0CB.6000508@bfs.de> diff --git a/a/1.txt b/N1/1.txt index f33fb38..a9ddac2 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -20,13 +20,13 @@ Julia Lawall schrieb: > > 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 f9db49c..80df203 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\0Pine.LNX.4.64.0911211250090.23681@ask.diku.dk\0" "From\0walter harms <wharms@bfs.de>\0" "Subject\0Re: [PATCH 3/8] drivers/pcmcia: remove unnecessary kzalloc\0" - "Date\0Sat, 21 Nov 2009 12:44:59 +0000\0" + "Date\0Sat, 21 Nov 2009 13:44:59 +0100\0" "To\0Julia Lawall <julia@diku.dk>\0" "Cc\0linux-pcmcia@lists.infradead.org" linux-kernel@vger.kernel.org @@ -30,13 +30,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" @@ -91,4 +91,4 @@ " re,\n" " \twh" -7153fd27bf223d5f168af4ebd130e0eb0c5968e3f73a154e7d6dc05e4cc9198d +12088db846b8055049d0f21f9f50f6ce3d312af82a8992f6c4f734616ef25d97
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.