All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20150210101312.GG5206@mwanda>

diff --git a/a/1.txt b/N1/1.txt
index bfadc16..04b3730 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -8,7 +8,8 @@ Looks good.  Thanks!
 >   */
 >  static struct oz_endpoint *oz_ep_alloc(int buffer_size, gfp_t mem_flags)
 >  {
-> -	struct oz_endpoint *ep > -		kzalloc(sizeof(struct oz_endpoint)+buffer_size, mem_flags);
+> -	struct oz_endpoint *ep =
+> -		kzalloc(sizeof(struct oz_endpoint)+buffer_size, mem_flags);
 > +	struct oz_endpoint *ep;
 > +
 > +	ep = kzalloc(sizeof(struct oz_endpoint)+buffer_size, mem_flags);
diff --git a/a/content_digest b/N1/content_digest
index b8314eb..d62b75c 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\020150210092412.GA12753@sloth\0"
  "From\0Dan Carpenter <dan.carpenter@oracle.com>\0"
  "Subject\0Re: [PATCH v2 1/1] staging: ozwpan: Remove allocation from delaration line\0"
- "Date\0Tue, 10 Feb 2015 10:13:12 +0000\0"
+ "Date\0Tue, 10 Feb 2015 13:13:12 +0300\0"
  "To\0Quentin Lambert <lambert.quentin@gmail.com>\0"
  "Cc\0Shigekatsu Tateno <shigekatsu.tateno@atmel.com>"
   Greg Kroah-Hartman <gregkh@linuxfoundation.org>
@@ -20,7 +20,8 @@
  ">   */\n"
  ">  static struct oz_endpoint *oz_ep_alloc(int buffer_size, gfp_t mem_flags)\n"
  ">  {\n"
- "> -\tstruct oz_endpoint *ep > -\t\tkzalloc(sizeof(struct oz_endpoint)+buffer_size, mem_flags);\n"
+ "> -\tstruct oz_endpoint *ep =\n"
+ "> -\t\tkzalloc(sizeof(struct oz_endpoint)+buffer_size, mem_flags);\n"
  "> +\tstruct oz_endpoint *ep;\n"
  "> +\n"
  "> +\tep = kzalloc(sizeof(struct oz_endpoint)+buffer_size, mem_flags);\n"
@@ -33,4 +34,4 @@
  "dan\n"
  carpenter
 
-1878f624b41821e46e40f1cdb359e6d3345633d63330b3cbac2b8ffe340fcd1f
+92027d7f662a0e55f3b0bbef0cb7ca75f6f29463382f53d0d1299981eff71390

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.