diff for duplicates of <20100513202310.GA11617@vigoh> diff --git a/a/1.txt b/N1/1.txt index fdb34ae..eb5b4c6 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -15,7 +15,7 @@ > > -x = kmalloc(size,flags); > +x = kzalloc(size,flags); -> if (x = NULL) S +> if (x == NULL) S > -memset(x, 0, size); > // </smpl> > diff --git a/a/content_digest b/N1/content_digest index 580b6e5..48d8a31 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\0Pine.LNX.4.64.1005132201470.6282@ask.diku.dk\0" "From\0Gustavo F. Padovan <gustavo@padovan.org>\0" "Subject\0Re: [PATCH 9/20] drivers/bluetooth: Use kzalloc\0" - "Date\0Thu, 13 May 2010 20:23:10 +0000\0" + "Date\0Thu, 13 May 2010 17:23:10 -0300\0" "To\0Julia Lawall <julia@diku.dk>\0" "Cc\0Marcel Holtmann <marcel@holtmann.org>" linux-bluetooth@vger.kernel.org @@ -26,7 +26,7 @@ "> \n" "> -x = kmalloc(size,flags);\n" "> +x = kzalloc(size,flags);\n" - "> if (x = NULL) S\n" + "> if (x == NULL) S\n" "> -memset(x, 0, size);\n" "> // </smpl>\n" "> \n" @@ -82,4 +82,4 @@ "Gustavo F. Padovan\n" http://padovan.org -27786362c8c2d59781bae4a7cde1664cd8f5af8dc30cfbe8a61d4155a824ddba +0c0b2f2a6b107188debc605cc258021bfeb9dc93f074fbe914daff0504acb85a
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.