diff for duplicates of <4E52A966.3090502@bfs.de> diff --git a/a/1.txt b/N1/1.txt index ee13610..9357fe1 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -28,9 +28,9 @@ Am 22.08.2011 21:02, schrieb Bing Zhao: >> >> x = f(...); >> ( ->> if (\(x = NULL\|IS_ERR(x)\)) S +>> if (\(x == NULL\|IS_ERR(x)\)) S >> | ->> *if (\(y = NULL\|IS_ERR(y)\)) +>> *if (\(y == NULL\|IS_ERR(y)\)) >> { ... when != x >> return ...; } >> ) diff --git a/a/content_digest b/N1/content_digest index 59a216a..aec3261 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,8 +3,8 @@ "ref\0Pine.LNX.4.64.1108221615450.10948@ask.diku.dk\0" "ref\0477F20668A386D41ADCC57781B1F70430802DD7B7E@SC-VEXCH1.marvell.com\0" "From\0walter harms <wharms@bfs.de>\0" - "Subject\0Re: [PATCH 4/4] drivers/net/wireless/mwifiex/scan.c: test the just-initialized\0" - "Date\0Mon, 22 Aug 2011 19:09:26 +0000\0" + "Subject\0Re: [PATCH 4/4] drivers/net/wireless/mwifiex/scan.c: test the just-initialized value\0" + "Date\0Mon, 22 Aug 2011 21:09:26 +0200\0" "To\0Bing Zhao <bzhao@marvell.com>\0" "Cc\0Julia Lawall <julia@diku.dk>" Pierre Louis Aublin <pierre-louis.aublin@inria.fr> @@ -45,9 +45,9 @@ ">>\n" ">> x = f(...);\n" ">> (\n" - ">> if (\\(x = NULL\\|IS_ERR(x)\\)) S\n" + ">> if (\\(x == NULL\\|IS_ERR(x)\\)) S\n" ">> |\n" - ">> *if (\\(y = NULL\\|IS_ERR(y)\\))\n" + ">> *if (\\(y == NULL\\|IS_ERR(y)\\))\n" ">> { ... when != x\n" ">> return ...; }\n" ">> )\n" @@ -91,4 +91,4 @@ "re,\n" wh -7f1ebd7999900b27c4d1afeb6cb345a8af4e288dc90ec5a613cfaa8c92626553 +28263f6f5fb29bec2e8f3efa1bd0e29a9128ea0fac18361a78794f21646bd288
diff --git a/a/1.txt b/N2/1.txt index ee13610..8f16518 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -6,14 +6,14 @@ Am 22.08.2011 21:02, schrieb Bing Zhao: > Thanks for the patch. > >> -----Original Message----- ->> From: Julia Lawall [mailto:julia@diku.dk] +>> From: Julia Lawall [mailto:julia-dAYI7NvHqcQ@public.gmane.org] >> Sent: Monday, August 22, 2011 7:16 AM >> To: Pierre Louis Aublin ->> Cc: Bing Zhao; kernel-janitors@vger.kernel.org; John W. Linville; linux-wireless@vger.kernel.org; ->> netdev@vger.kernel.org; linux-kernel@vger.kernel.org +>> Cc: Bing Zhao; kernel-janitors-u79uwXL29TY76Z2rM5mHXA@public.gmane.org; John W. Linville; linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org; +>> netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org; linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org >> Subject: [PATCH 4/4] drivers/net/wireless/mwifiex/scan.c: test the just-initialized value >> ->> From: Julia Lawall <julia@diku.dk> +>> From: Julia Lawall <julia-dAYI7NvHqcQ@public.gmane.org> >> >> Test the just-initialized value rather than some other one. >> @@ -28,17 +28,17 @@ Am 22.08.2011 21:02, schrieb Bing Zhao: >> >> x = f(...); >> ( ->> if (\(x = NULL\|IS_ERR(x)\)) S +>> if (\(x == NULL\|IS_ERR(x)\)) S >> | ->> *if (\(y = NULL\|IS_ERR(y)\)) +>> *if (\(y == NULL\|IS_ERR(y)\)) >> { ... when != x >> return ...; } >> ) >> // </smpl> >> ->> Signed-off-by: Julia Lawall <julia@diku.dk> +>> Signed-off-by: Julia Lawall <julia-dAYI7NvHqcQ@public.gmane.org> > -> Acked-by: Bing Zhao <bzhao@marvell.com> +> Acked-by: Bing Zhao <bzhao-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org> > > > Thanks, @@ -73,3 +73,9 @@ just my 2 cents, re, wh + + +-- +To unsubscribe from this list: send the line "unsubscribe linux-wireless" in +the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org +More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N2/content_digest index 59a216a..b8afe9d 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -2,17 +2,18 @@ "ref\04E52638C.8080407@inria.fr\0" "ref\0Pine.LNX.4.64.1108221615450.10948@ask.diku.dk\0" "ref\0477F20668A386D41ADCC57781B1F70430802DD7B7E@SC-VEXCH1.marvell.com\0" - "From\0walter harms <wharms@bfs.de>\0" - "Subject\0Re: [PATCH 4/4] drivers/net/wireless/mwifiex/scan.c: test the just-initialized\0" - "Date\0Mon, 22 Aug 2011 19:09:26 +0000\0" - "To\0Bing Zhao <bzhao@marvell.com>\0" - "Cc\0Julia Lawall <julia@diku.dk>" - Pierre Louis Aublin <pierre-louis.aublin@inria.fr> - kernel-janitors@vger.kernel.org <kernel-janitors@vger.kernel.org> - John W. Linville <linville@tuxdriver.com> - linux-wireless@vger.kernel.org <linux-wireless@vger.kernel.org> - netdev@vger.kernel.org <netdev@vger.kernel.org> - " linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org>\0" + "ref\0477F20668A386D41ADCC57781B1F70430802DD7B7E-r8ILAu4/owuHXkj8w7BxOhL4W9x8LtSr@public.gmane.org\0" + "From\0walter harms <wharms-fPG8STNUNVg@public.gmane.org>\0" + "Subject\0Re: [PATCH 4/4] drivers/net/wireless/mwifiex/scan.c: test the just-initialized value\0" + "Date\0Mon, 22 Aug 2011 21:09:26 +0200\0" + "To\0Bing Zhao <bzhao-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>\0" + "Cc\0Julia Lawall <julia-dAYI7NvHqcQ@public.gmane.org>" + Pierre Louis Aublin <pierre-louis.aublin-MZpvjPyXg2s@public.gmane.org> + kernel-janitors-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <kernel-janitors-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> + John W. Linville <linville-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org> + linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> + netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> + " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>\0" "\00:1\0" "b\0" "\n" @@ -23,14 +24,14 @@ "> Thanks for the patch.\n" "> \n" ">> -----Original Message-----\n" - ">> From: Julia Lawall [mailto:julia@diku.dk]\n" + ">> From: Julia Lawall [mailto:julia-dAYI7NvHqcQ@public.gmane.org]\n" ">> Sent: Monday, August 22, 2011 7:16 AM\n" ">> To: Pierre Louis Aublin\n" - ">> Cc: Bing Zhao; kernel-janitors@vger.kernel.org; John W. Linville; linux-wireless@vger.kernel.org;\n" - ">> netdev@vger.kernel.org; linux-kernel@vger.kernel.org\n" + ">> Cc: Bing Zhao; kernel-janitors-u79uwXL29TY76Z2rM5mHXA@public.gmane.org; John W. Linville; linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org;\n" + ">> netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org; linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" ">> Subject: [PATCH 4/4] drivers/net/wireless/mwifiex/scan.c: test the just-initialized value\n" ">>\n" - ">> From: Julia Lawall <julia@diku.dk>\n" + ">> From: Julia Lawall <julia-dAYI7NvHqcQ@public.gmane.org>\n" ">>\n" ">> Test the just-initialized value rather than some other one.\n" ">>\n" @@ -45,17 +46,17 @@ ">>\n" ">> x = f(...);\n" ">> (\n" - ">> if (\\(x = NULL\\|IS_ERR(x)\\)) S\n" + ">> if (\\(x == NULL\\|IS_ERR(x)\\)) S\n" ">> |\n" - ">> *if (\\(y = NULL\\|IS_ERR(y)\\))\n" + ">> *if (\\(y == NULL\\|IS_ERR(y)\\))\n" ">> { ... when != x\n" ">> return ...; }\n" ">> )\n" ">> // </smpl>\n" ">>\n" - ">> Signed-off-by: Julia Lawall <julia@diku.dk>\n" + ">> Signed-off-by: Julia Lawall <julia-dAYI7NvHqcQ@public.gmane.org>\n" "> \n" - "> Acked-by: Bing Zhao <bzhao@marvell.com>\n" + "> Acked-by: Bing Zhao <bzhao-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>\n" "> \n" "> \n" "> Thanks,\n" @@ -89,6 +90,12 @@ "just my 2 cents,\n" "\n" "re,\n" - wh + " wh\n" + "\n" + "\n" + "--\n" + "To unsubscribe from this list: send the line \"unsubscribe linux-wireless\" in\n" + "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" + More majordomo info at http://vger.kernel.org/majordomo-info.html -7f1ebd7999900b27c4d1afeb6cb345a8af4e288dc90ec5a613cfaa8c92626553 +729a7ce2eca4ef4acb873614fbeac31ef781f79087347ca18f47733d7f7e8b0b
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.