diff for duplicates of <20081119085245.GA22309@elte.hu> diff --git a/a/1.txt b/N1/1.txt index 6652251..4fd3376 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -22,11 +22,11 @@ > > @@ > > > > ( -> > 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 0cf2e5e..ca6d31b 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\020081118144217.34ffa4e1.akpm@linux-foundation.org\0" "From\0Ingo Molnar <mingo@elte.hu>\0" "Subject\0Re: [PATCH 1/3] kernel/trace/trace.c: introduce missing kfree\0" - "Date\0Wed, 19 Nov 2008 08:52:45 +0000\0" + "Date\0Wed, 19 Nov 2008 09:52:45 +0100\0" "To\0Andrew Morton <akpm@linux-foundation.org>\0" "Cc\0Julia Lawall <julia@diku.dk>" srostedt@redhat.com @@ -34,11 +34,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" @@ -119,4 +119,4 @@ "\n" "\tIngo" -7ff5f1122a492b3111294a3207f2ec4ce6219fbda4e4c680d26a2eb9c997368f +4046f6d7a5d90f563293058c7cdff32ecf026a18f8644ce49a334f32086e3dec
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.