diff for duplicates of <20100516230135.GA3112@sortiz.org> diff --git a/a/1.txt b/N1/1.txt index 730c37a..22579fb 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -15,7 +15,7 @@ On Sat, May 15, 2010 at 10:16:58PM +0100, Julia Lawall wrote: > > - to = \(kmalloc\|kzalloc\)(size,flag); > + to = kmemdup(from,size,flag); -> if (to=NULL || ...) S +> if (to==NULL || ...) S > - memcpy(to, from, size); > // </smpl> > diff --git a/a/content_digest b/N1/content_digest index af607f4..7463f44 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\0Pine.LNX.4.64.1005152316400.21345@ask.diku.dk\0" "From\0Samuel Ortiz <samuel.ortiz@intel.com>\0" "Subject\0Re: [PATCH 13/37] drivers/net/wireless/iwmc3200wifi: Use kmemdup\0" - "Date\0Sun, 16 May 2010 23:01:36 +0000\0" + "Date\0Mon, 17 May 2010 01:01:36 +0200\0" "To\0Julia Lawall <julia@diku.dk>\0" "Cc\0Zhu" Yi <yi.zhu@intel.com> @@ -30,7 +30,7 @@ "> \n" "> - to = \\(kmalloc\\|kzalloc\\)(size,flag);\n" "> + to = kmemdup(from,size,flag);\n" - "> if (to=NULL || ...) S\n" + "> if (to==NULL || ...) S\n" "> - memcpy(to, from, size);\n" "> // </smpl>\n" "> \n" @@ -80,4 +80,4 @@ "by others is strictly prohibited. If you are not the intended\n" recipient, please contact the sender and delete all copies. -8739b67f5c663e55b19a1b115f2e60ccc91789bced8c99139b6e3d69a91da2a6 +ee41e713421062b0b67d54361e549b95f853355870c5a48934ae64d847a01239
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.