All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20110531142833.GJ14641@dumpdata.com>

diff --git a/a/1.txt b/N1/1.txt
index 9edc98f..e150623 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -13,7 +13,7 @@ Acked-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> on the:
 >  
 > -	info->fb = vmalloc(fb_size);
 > +	info->fb = vzalloc(fb_size);
->  	if (info->fb = NULL)
+>  	if (info->fb == NULL)
 >  		goto error_nomem;
 > -	memset(info->fb, 0, fb_size);
 >  
diff --git a/a/content_digest b/N1/content_digest
index a46137f..0aaf306 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -3,18 +3,18 @@
  "ref\0201105281948.12941.heiko@sntech.de\0"
  "ref\01306606413.20336.9.camel@Joe-Laptop\0"
  "From\0Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>\0"
- "Subject\0Re: [TRIVIAL PATCH V2 next 12/15] video: Convert vmalloc/memset to\0"
- "Date\0Tue, 31 May 2011 14:28:33 +0000\0"
+ "Subject\0Re: [TRIVIAL PATCH V2 next 12/15] video: Convert vmalloc/memset to vzalloc\0"
+ "Date\0Tue, 31 May 2011 10:28:33 -0400\0"
  "To\0Joe Perches <joe@perches.com>\0"
- "Cc\0Heiko St\303\274bner <heiko@sntech.de>"
-  Jaya Kumar <jayalk@intworks.biz>
-  Paul Mundt <lethal@linux-sh.org>
+ "Cc\0linux-fbdev@vger.kernel.org"
   Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
   Jiri Kosina <trivial@kernel.org>
-  linux-fbdev@vger.kernel.org
+ " Heiko St\303\274bner <heiko@sntech.de>"
   linux-kernel@vger.kernel.org
+  virtualization@lists.linux-foundation.org
+  Paul Mundt <lethal@linux-sh.org>
   xen-devel@lists.xensource.com
- " virtualization@lists.linux-foundation.org\0"
+ " Jaya Kumar <jayalk@intworks.biz>\0"
  "\00:1\0"
  "b\0"
  "On Sat, May 28, 2011 at 11:13:33AM -0700, Joe Perches wrote:\n"
@@ -32,10 +32,10 @@
  ">  \n"
  "> -\tinfo->fb = vmalloc(fb_size);\n"
  "> +\tinfo->fb = vzalloc(fb_size);\n"
- ">  \tif (info->fb = NULL)\n"
+ ">  \tif (info->fb == NULL)\n"
  ">  \t\tgoto error_nomem;\n"
  "> -\tmemset(info->fb, 0, fb_size);\n"
  ">  \n"
  ">  \tinfo->nr_pages = (fb_size + PAGE_SIZE - 1) >> PAGE_SHIFT;"
 
-7a9a58e4880c348faffc35aec4f0804d0caa6a0663f6d390c536f174d6e339a4
+00c60263438bee28e2eb22a4a09c75b132fcd7c5c00bef6892eb1fc9ec5538ef

diff --git a/a/1.txt b/N2/1.txt
index 9edc98f..e150623 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -13,7 +13,7 @@ Acked-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> on the:
 >  
 > -	info->fb = vmalloc(fb_size);
 > +	info->fb = vzalloc(fb_size);
->  	if (info->fb = NULL)
+>  	if (info->fb == NULL)
 >  		goto error_nomem;
 > -	memset(info->fb, 0, fb_size);
 >  
diff --git a/a/content_digest b/N2/content_digest
index a46137f..b29fbbc 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -3,8 +3,8 @@
  "ref\0201105281948.12941.heiko@sntech.de\0"
  "ref\01306606413.20336.9.camel@Joe-Laptop\0"
  "From\0Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>\0"
- "Subject\0Re: [TRIVIAL PATCH V2 next 12/15] video: Convert vmalloc/memset to\0"
- "Date\0Tue, 31 May 2011 14:28:33 +0000\0"
+ "Subject\0Re: [TRIVIAL PATCH V2 next 12/15] video: Convert vmalloc/memset to vzalloc\0"
+ "Date\0Tue, 31 May 2011 10:28:33 -0400\0"
  "To\0Joe Perches <joe@perches.com>\0"
  "Cc\0Heiko St\303\274bner <heiko@sntech.de>"
   Jaya Kumar <jayalk@intworks.biz>
@@ -32,10 +32,10 @@
  ">  \n"
  "> -\tinfo->fb = vmalloc(fb_size);\n"
  "> +\tinfo->fb = vzalloc(fb_size);\n"
- ">  \tif (info->fb = NULL)\n"
+ ">  \tif (info->fb == NULL)\n"
  ">  \t\tgoto error_nomem;\n"
  "> -\tmemset(info->fb, 0, fb_size);\n"
  ">  \n"
  ">  \tinfo->nr_pages = (fb_size + PAGE_SIZE - 1) >> PAGE_SHIFT;"
 
-7a9a58e4880c348faffc35aec4f0804d0caa6a0663f6d390c536f174d6e339a4
+00761d1187fb362b4a5fc2bf38485662662c638fe1dc2aff234a598ad928ca04

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.