diff for duplicates of <20100516045331.GA25105@vigoh> diff --git a/a/1.txt b/N1/1.txt index f49e989..210c523 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -16,7 +16,7 @@ > > - 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 f175c16..204abfc 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\0Pine.LNX.4.64.1005152318590.21345@ask.diku.dk\0" "From\0Gustavo F. Padovan <gustavo@padovan.org>\0" "Subject\0Re: [PATCH 20/37] drivers/bluetooth: Use kmemdup\0" - "Date\0Sun, 16 May 2010 04:53:31 +0000\0" + "Date\0Sun, 16 May 2010 01:53:31 -0300\0" "To\0Julia Lawall <julia@diku.dk>\0" "Cc\0Marcel Holtmann <marcel@holtmann.org>" linux-bluetooth@vger.kernel.org @@ -27,7 +27,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" @@ -64,4 +64,4 @@ "Gustavo F. Padovan\n" http://padovan.org -56b46c4856ea52845747c362c8ad312bb26fa111f68b0bf9e257980808a89f8a +257ea48255d5e7df2a941adc51534c810443620a7d9fd511158b8ae58d8dd533
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.