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

diff --git a/a/1.txt b/N1/1.txt
index 69e0f81..3f1fd56 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -37,7 +37,7 @@ index 9f28b14..9c8a234 100644
 -	char *buffer = kmalloc(SIZE);
 +	char *buffer;
  
--	if (buffer == NULL)
+-	if (buffer = NULL)
 +	buffer = kmalloc(SIZE);
 +	if (!buffer)
  		return -ENOMEM;
diff --git a/a/content_digest b/N1/content_digest
index 7a44d8d..52a1d49 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\0alpine.DEB.2.02.1412020836040.1984@localhost6.localdomain6\0"
- "From\0dan.carpenter@oracle.com (Dan Carpenter)\0"
- "Subject\0[Cocci] [patch] CodingStyle: add some more error handling guidelines\0"
- "Date\0Tue, 2 Dec 2014 11:59:50 +0300\0"
+ "From\0Dan Carpenter <dan.carpenter@oracle.com>\0"
+ "Subject\0[patch] CodingStyle: add some more error handling guidelines\0"
+ "Date\0Tue, 02 Dec 2014 08:59:50 +0000\0"
  "To\0cocci@systeme.lip6.fr\0"
  "\00:1\0"
  "b\0"
@@ -44,7 +44,7 @@
  "-\tchar *buffer = kmalloc(SIZE);\n"
  "+\tchar *buffer;\n"
  " \n"
- "-\tif (buffer == NULL)\n"
+ "-\tif (buffer = NULL)\n"
  "+\tbuffer = kmalloc(SIZE);\n"
  "+\tif (!buffer)\n"
  " \t\treturn -ENOMEM;\n"
@@ -79,4 +79,4 @@
  " \n"
   Comments are good, but there is also a danger of over-commenting.  NEVER
 
-10edba93fb6bb6c340eb7ebc2f094c32bd713adc96cb56595e73b6f2f93c2794
+b282ec04603723fa6a01b7c470abe35b42cd8f7ea99ac4b31cb316f5e4c7e875

diff --git a/a/content_digest b/N2/content_digest
index 7a44d8d..4225453 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,8 +1,15 @@
  "ref\0alpine.DEB.2.02.1412020836040.1984@localhost6.localdomain6\0"
- "From\0dan.carpenter@oracle.com (Dan Carpenter)\0"
- "Subject\0[Cocci] [patch] CodingStyle: add some more error handling guidelines\0"
+ "From\0Dan Carpenter <dan.carpenter@oracle.com>\0"
+ "Subject\0[patch] CodingStyle: add some more error handling guidelines\0"
  "Date\0Tue, 2 Dec 2014 11:59:50 +0300\0"
- "To\0cocci@systeme.lip6.fr\0"
+ "To\0Jonathan Corbet <corbet@lwn.net>\0"
+ "Cc\0linux-doc@vger.kernel.org"
+  linux-kernel@vger.kernel.org
+  kernel-janitors@vger.kernel.org
+  Julia Lawall <julia.lawall@lip6.fr>
+  OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
+  SF Markus Elfring <elfring@users.sourceforge.net>
+ " Coccinelle <cocci@systeme.lip6.fr>\0"
  "\00:1\0"
  "b\0"
  "I added a paragraph on choosing label names, and updated the example\n"
@@ -79,4 +86,4 @@
  " \n"
   Comments are good, but there is also a danger of over-commenting.  NEVER
 
-10edba93fb6bb6c340eb7ebc2f094c32bd713adc96cb56595e73b6f2f93c2794
+d5c1bc2d24d18d9a22e04caa4e7b43ab5678d821a9bf1f33bb69687f9c2891b5

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.