All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20150404160712.GA19278@kroah.com>

diff --git a/a/1.txt b/N1/1.txt
index 401a2ea..4e33d00 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -13,9 +13,9 @@ On Sat, Apr 04, 2015 at 04:59:30PM +0200, Julia Lawall wrote:
 > 
 > e1 = f(...,e2,...);
 > (
-> if (e1 = NULL || ...) S1 else S2
+> if (e1 == NULL || ...) S1 else S2
 > |
-> *if (e2 = NULL || ...) S1 else S2
+> *if (e2 == NULL || ...) S1 else S2
 > )
 > // </smpl>
 > 
diff --git a/a/content_digest b/N1/content_digest
index c505c7d..3055879 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,7 +2,7 @@
  "ref\01428159570-19467-3-git-send-email-Julia.Lawall@lip6.fr\0"
  "From\0Greg Kroah-Hartman <gregkh@linuxfoundation.org>\0"
  "Subject\0Re: [PATCH 2/2] staging: emxx_udc: test returned value\0"
- "Date\0Sat, 04 Apr 2015 16:07:12 +0000\0"
+ "Date\0Sat, 4 Apr 2015 18:07:12 +0200\0"
  "To\0Julia Lawall <Julia.Lawall@lip6.fr>\0"
  "Cc\0kernel-janitors@vger.kernel.org"
   devel@driverdev.osuosl.org
@@ -24,9 +24,9 @@
  "> \n"
  "> e1 = f(...,e2,...);\n"
  "> (\n"
- "> if (e1 = NULL || ...) S1 else S2\n"
+ "> if (e1 == NULL || ...) S1 else S2\n"
  "> |\n"
- "> *if (e2 = NULL || ...) S1 else S2\n"
+ "> *if (e2 == NULL || ...) S1 else S2\n"
  "> )\n"
  "> // </smpl>\n"
  "> \n"
@@ -64,4 +64,4 @@
  "\n"
  greg k-h
 
-31d38df911cfb8cf6af9df425e79f529d9bb6a0b572789678096b6c1e9b616c1
+0ab51bd7cfefe35c55917f60248f756220e1e68f28e36981f2ba7c36ae27f50a

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.