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

diff --git a/a/1.txt b/N1/1.txt
index 38eefc2..ebef356 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,6 +1,6 @@
 Since "count" is an unsigned int, then these conditions are never true:
 
-        if (count = ULLONG_MAX)
+        if (count == ULLONG_MAX)
                 events |= POLLERR;
         if (ULLONG_MAX - 1 > count)
                 events |= POLLOUT;
diff --git a/a/content_digest b/N1/content_digest
index 24c5419..42999c2 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,6 +1,6 @@
  "From\0Dan Carpenter <dan.carpenter@oracle.com>\0"
  "Subject\0[patch -next] eventfd: type bug in eventfd_poll()\0"
- "Date\0Mon, 19 Jan 2015 19:33:19 +0000\0"
+ "Date\0Mon, 19 Jan 2015 22:33:19 +0300\0"
  "To\0Alexander Viro <viro@zeniv.linux.org.uk>"
   Chris Mason <clm@fb.com>
  " Andrew Morton <akpm@linux-foundation.org>\0"
@@ -10,7 +10,7 @@
  "b\0"
  "Since \"count\" is an unsigned int, then these conditions are never true:\n"
  "\n"
- "        if (count = ULLONG_MAX)\n"
+ "        if (count == ULLONG_MAX)\n"
  "                events |= POLLERR;\n"
  "        if (ULLONG_MAX - 1 > count)\n"
  "                events |= POLLOUT;\n"
@@ -36,4 +36,4 @@
  " \tpoll_wait(file, &ctx->wqh, wait);\n"
  " \tsmp_rmb();"
 
-6876f035418d293b0f0388ee94db58253aca2e9d154941cbf5216abf0b3e74d8
+598f728ac0455730d65624e20ba5b08666543b58b8c4aa49472ed8926e666646

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.