All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20140113134608.GA5232@elgon.mountain>

diff --git a/a/1.txt b/N1/1.txt
index 2b24c82..dc515d6 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -14,4 +14,5 @@ index d32dae78a486..27f1717170c2 100644
 -			if (!sinit || (sinit && !sinit->sinit_num_ostreams)) {
 +			if (!sinit || !sinit->sinit_num_ostreams) {
  				/* Check against the defaults. */
- 				if (sinfo->sinfo_stream > 				    sp->initmsg.sinit_num_ostreams) {
+ 				if (sinfo->sinfo_stream >=
+ 				    sp->initmsg.sinit_num_ostreams) {
diff --git a/a/content_digest b/N1/content_digest
index 6fc4998..183cb07 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,6 +1,6 @@
  "From\0Dan Carpenter <dan.carpenter@oracle.com>\0"
  "Subject\0[PATCH] sctp: remove a redundant NULL check\0"
- "Date\0Mon, 13 Jan 2014 13:46:08 +0000\0"
+ "Date\0Mon, 13 Jan 2014 16:46:08 +0300\0"
  "To\0Vlad Yasevich <vyasevich@gmail.com>\0"
  "Cc\0Neil Horman <nhorman@tuxdriver.com>"
   David S. Miller <davem@davemloft.net>
@@ -25,6 +25,7 @@
  "-\t\t\tif (!sinit || (sinit && !sinit->sinit_num_ostreams)) {\n"
  "+\t\t\tif (!sinit || !sinit->sinit_num_ostreams) {\n"
  " \t\t\t\t/* Check against the defaults. */\n"
- " \t\t\t\tif (sinfo->sinfo_stream > \t\t\t\t    sp->initmsg.sinit_num_ostreams) {"
+ " \t\t\t\tif (sinfo->sinfo_stream >=\n"
+ " \t\t\t\t    sp->initmsg.sinit_num_ostreams) {"
 
-c7f7f0b218a00763987660f40a68c23d9d261bec0d75179d1b968bbed3c2092b
+4dac838fb22a10d14762bf198ce1b4f2d27feeb18889cdb30ecc951e2b7d0707

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.