diff for duplicates of <4CB86431.5000305@bfs.de> diff --git a/a/1.txt b/N1/1.txt index 7acbf5b..63ce206 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -26,7 +26,7 @@ Julia Lawall schrieb: > ... when != ret = e1 > *x = \(kmalloc\|kcalloc\|kzalloc\)(...) > ... 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 e6e8992..1eecdf4 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\01287147610-8041-2-git-send-email-julia@diku.dk\0" "From\0walter harms <wharms@bfs.de>\0" - "Subject\0Re: [PATCH 2/7] drivers/staging: Return -ENOMEM on memory allocation\0" - "Date\0Fri, 15 Oct 2010 14:24:49 +0000\0" + "Subject\0Re: [PATCH 2/7] drivers/staging: Return -ENOMEM on memory allocation failure\0" + "Date\0Fri, 15 Oct 2010 16:24:49 +0200\0" "To\0Julia Lawall <julia@diku.dk>\0" "Cc\0kernel-janitors@vger.kernel.org" devel@driverdev.osuosl.org @@ -36,7 +36,7 @@ "> ... when != ret = e1\n" "> *x = \\(kmalloc\\|kcalloc\\|kzalloc\\)(...)\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" @@ -181,4 +181,4 @@ "> \n" > -2b5a1bf13a6efbc64f16162125e312fc366ebabcce4465bf3a70351d3a766d5a +6135e6557a055486549ef90b248928ce1b88fa7dc7d67f037156cb0d2bc1f03e
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.