All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <538363B6.2010803@bfs.de>

diff --git a/a/1.txt b/N1/1.txt
index 404f86e..393fe74 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -21,7 +21,7 @@ Am 26.05.2014 17:21, schrieb Benoit Taine:
 >  		/* We make a copy to enqueue. */
 > -		new_dg = kmalloc(dg_size, GFP_KERNEL);
 > +		new_dg = kmemdup(dg, dg_size, GFP_KERNEL);
->  		if (new_dg = NULL)
+>  		if (new_dg == NULL)
 >  			return VMCI_ERROR_NO_MEM;
 
 
diff --git a/a/content_digest b/N1/content_digest
index 2032208..ec283a7 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,7 +2,7 @@
  "ref\01401117687-28911-3-git-send-email-benoit.taine@lip6.fr\0"
  "From\0walter harms <wharms@bfs.de>\0"
  "Subject\0Re: [PATCH 3/18] VMCI: Use kmemdup instead of kmalloc + memcpy\0"
- "Date\0Mon, 26 May 2014 15:54:30 +0000\0"
+ "Date\0Mon, 26 May 2014 17:54:30 +0200\0"
  "To\0Benoit Taine <benoit.taine@lip6.fr>\0"
  "Cc\0linux-kernel@vger.kernel.org"
  " kernel-janitors@vger.kernel.org\0"
@@ -31,7 +31,7 @@
  ">  \t\t/* We make a copy to enqueue. */\n"
  "> -\t\tnew_dg = kmalloc(dg_size, GFP_KERNEL);\n"
  "> +\t\tnew_dg = kmemdup(dg, dg_size, GFP_KERNEL);\n"
- ">  \t\tif (new_dg = NULL)\n"
+ ">  \t\tif (new_dg == NULL)\n"
  ">  \t\t\treturn VMCI_ERROR_NO_MEM;\n"
  "\n"
  "\n"
@@ -54,4 +54,4 @@
  "> More majordomo info at  http://vger.kernel.org/majordomo-info.html\n"
  >
 
-c35899f5a1d2c07c563249f562d1231ae494c6310f86c8b38bc3bc03a2ab5b30
+770c24a5bda7df60e68f51effe43aa3d918a89d1672474ff41c8757b3479f484

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.