diff for duplicates of <87d3wyqzt7.fsf@deeprootsystems.com> diff --git a/a/1.txt b/N1/1.txt index f1aad26..9866604 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -15,7 +15,7 @@ Julia Lawall <julia@diku.dk> writes: > > -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 d9738ea..405d3f5 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\0Pine.LNX.4.64.1005132159170.6282@ask.diku.dk\0" - "From\0Kevin Hilman <khilman@deeprootsystems.com>\0" - "Subject\0Re: [PATCH 4/20] arch/arm/mach-davinci: Use kzalloc\0" - "Date\0Fri, 14 May 2010 15:16:04 +0000\0" + "From\0khilman@deeprootsystems.com (Kevin Hilman)\0" + "Subject\0[PATCH 4/20] arch/arm/mach-davinci: Use kzalloc\0" + "Date\0Fri, 14 May 2010 08:16:04 -0700\0" "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" @@ -22,7 +22,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" @@ -30,4 +30,4 @@ "\n" Acked-by: Kevin Hilman <khilman@deeprootsystems.com> -92ec8a01606603e7b8c6706e1e0ba42444d5c62a56947f4cbc3e07418c9bc5b5 +8f4b20461ab0d39362ad27ebdc26d79cbc6e14d8445007e236c302bd99ce612f
diff --git a/a/1.txt b/N2/1.txt index f1aad26..9866604 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -15,7 +15,7 @@ Julia Lawall <julia@diku.dk> writes: > > -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/N2/content_digest index d9738ea..8901630 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,8 +1,13 @@ "ref\0Pine.LNX.4.64.1005132159170.6282@ask.diku.dk\0" "From\0Kevin Hilman <khilman@deeprootsystems.com>\0" "Subject\0Re: [PATCH 4/20] arch/arm/mach-davinci: Use kzalloc\0" - "Date\0Fri, 14 May 2010 15:16:04 +0000\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "Date\0Fri, 14 May 2010 08:16:04 -0700\0" + "To\0Julia Lawall <julia@diku.dk>\0" + "Cc\0Kevin Hilman <davinci-linux-open-source@linux.davincidsp.com>" + Russell King <linux@arm.linux.org.uk> + linux-arm-kernel@lists.infradead.org + linux-kernel@vger.kernel.org + " kernel-janitors@vger.kernel.org\0" "\00:1\0" "b\0" "Julia Lawall <julia@diku.dk> writes:\n" @@ -22,7 +27,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" @@ -30,4 +35,4 @@ "\n" Acked-by: Kevin Hilman <khilman@deeprootsystems.com> -92ec8a01606603e7b8c6706e1e0ba42444d5c62a56947f4cbc3e07418c9bc5b5 +70fe24abac5654deab9c9443bea2a5b351251884b5e9d91a30aa0a86ae3d6477
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.