diff for duplicates of <1287411061.3303.211.camel@odin> diff --git a/a/1.txt b/N1/1.txt index 3ed3cc6..2899ff3 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -14,7 +14,7 @@ On Mon, 2010-10-18 at 16:11 +0200, Julia Lawall wrote: > @@ > > x = alloc(...); -> if (x == NULL) { <+... \(ret = -C; \| return -C; \) ...+> } +> if (x = NULL) { <+... \(ret = -C; \| return -C; \) ...+> } > > @@ > identifier f, a.alloc; @@ -26,7 +26,7 @@ On Mon, 2010-10-18 at 16:11 +0200, Julia Lawall wrote: > ... when != ret = e1 > *x = alloc(...) > ... when != ret = e2 -> if (x == NULL) { ... when != ret = e3 +> if (x = NULL) { ... when != ret = e3 > return ret; > } > // </smpl> diff --git a/a/content_digest b/N1/content_digest index 6351a0b..fab8f13 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\01287411074-19825-1-git-send-email-julia@diku.dk\0" "From\0Liam Girdwood <lrg@slimlogic.co.uk>\0" - "Subject\0Re: [PATCH 1/2] sound/soc/davinci/davinci-mcasp.c: Return error code in failure\0" - "Date\0Mon, 18 Oct 2010 15:11:01 +0100\0" + "Subject\0Re: [PATCH 1/2] sound/soc/davinci/davinci-mcasp.c: Return error\0" + "Date\0Mon, 18 Oct 2010 14:11:01 +0000\0" "To\0Julia Lawall <julia@diku.dk>\0" "Cc\0alsa-devel@alsa-project.org" Takashi Iwai <tiwai@suse.de> @@ -26,7 +26,7 @@ "> @@\n" "> \n" "> x = alloc(...);\n" - "> if (x == NULL) { <+... \\(ret = -C; \\| return -C; \\) ...+> }\n" + "> if (x = NULL) { <+... \\(ret = -C; \\| return -C; \\) ...+> }\n" "> \n" "> @@\n" "> identifier f, a.alloc;\n" @@ -38,7 +38,7 @@ "> ... when != ret = e1\n" "> *x = alloc(...)\n" "> ... when != ret = e2\n" - "> if (x == NULL) { ... when != ret = e3\n" + "> if (x = NULL) { ... when != ret = e3\n" "> return ret;\n" "> }\n" "> // </smpl>\n" @@ -79,4 +79,4 @@ "ASoC and Voltage Regulator Maintainer.\n" http://www.slimlogic.co.uk -c09d429e1ec15c2f5fb1cc4be0fc549f4480efc682438f5df77765fc55071720 +0e19a335288142968c7eacfacbd00e82dcb78761ef814ef4c62899cc3907799c
diff --git a/a/content_digest b/N2/content_digest index 6351a0b..34a1779 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -3,10 +3,11 @@ "Subject\0Re: [PATCH 1/2] sound/soc/davinci/davinci-mcasp.c: Return error code in failure\0" "Date\0Mon, 18 Oct 2010 15:11:01 +0100\0" "To\0Julia Lawall <julia@diku.dk>\0" - "Cc\0alsa-devel@alsa-project.org" - Takashi Iwai <tiwai@suse.de> + "Cc\0kernel-janitors@vger.kernel.org" Mark Brown <broonie@opensource.wolfsonmicro.com> - kernel-janitors@vger.kernel.org + Jaroslav Kysela <perex@perex.cz> + Takashi Iwai <tiwai@suse.de> + alsa-devel@alsa-project.org " linux-kernel@vger.kernel.org\0" "\00:1\0" "b\0" @@ -79,4 +80,4 @@ "ASoC and Voltage Regulator Maintainer.\n" http://www.slimlogic.co.uk -c09d429e1ec15c2f5fb1cc4be0fc549f4480efc682438f5df77765fc55071720 +66300c7adb6241470e8e33fc063c348dc8858eb7531741774d2f444dd53e253d
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.