diff for duplicates of <4990A290.3030406@emulex.com> diff --git a/a/1.txt b/N1/1.txt index 9f76598..b61d944 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -22,11 +22,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...+> } diff --git a/a/content_digest b/N1/content_digest index 1a4f722..8fda74b 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\0Pine.LNX.4.64.0902082242290.25891@ask.diku.dk\0" "From\0James Smart <James.Smart@emulex.com>\0" "Subject\0Re: [PATCH 1/6] drivers/scsi: introduce missing kfree\0" - "Date\0Mon, 09 Feb 2009 21:39:28 +0000\0" + "Date\0Mon, 9 Feb 2009 16:39:28 -0500\0" "To\0Julia Lawall <julia@diku.dk>\0" "Cc\0linux-scsi@vger.kernel.org <linux-scsi@vger.kernel.org>" James.Bottomley@hansenpartnership.com <James.Bottomley@hansenpartnership.com> @@ -33,11 +33,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" @@ -76,4 +76,4 @@ "> memcpy(els_data->wwpn, &ndlp->nlp_portname, sizeof(struct lpfc_name));\n" > -1460e54027841ea43eaa31117ec36adbdefbc9ab556daa7dbb225854e060d4a9 +a25924f7740740e2f66813ad81ffd6da7aa8d8aa804752c6642de6419fdb1aef
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.