All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <53CE60DE.4070105@gmail.com>

diff --git a/a/1.txt b/N1/1.txt
index 12c28a1..83ec8c1 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -19,7 +19,7 @@ Acked-by: Vlad Yasevich <vyasevich@gmail.com>
 > Resend with corrected subject line.
 > 
 > Changes from v2:
-> - Fix inverted test for 'inflight = 0'
+> - Fix inverted test for 'inflight == 0'
 > 
 >  net/sctp/output.c | 69 +++++++++++++++++++++++++++++--------------------------
 >  1 file changed, 36 insertions(+), 33 deletions(-)
@@ -102,7 +102,7 @@ Acked-by: Vlad Yasevich <vyasevich@gmail.com>
 > +		/* Append to packet */
 > +		return SCTP_XMIT_OK;
 > +
-> +	if (inflight = 0)
+> +	if (inflight == 0)
 > +		/* Nothing unacked */
 > +		return SCTP_XMIT_OK;
 > +	
diff --git a/a/content_digest b/N1/content_digest
index 6e3dbef..f0aa169 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\0063D6719AE5E284EB5DD2968C1650D6D1727AF04@AcuExch.aculab.com\0"
  "From\0Vlad Yasevich <vyasevich@gmail.com>\0"
  "Subject\0Re: [PATCH net-next v3 1/3] net: sctp: Open out the check for Nagle\0"
- "Date\0Tue, 22 Jul 2014 13:02:22 +0000\0"
+ "Date\0Tue, 22 Jul 2014 09:02:22 -0400\0"
  "To\0David Laight <David.Laight@aculab.com>"
   Linux Networking Development Mailing List <netdev@vger.kernel.org>
  " 'linux-sctp@vger.kernel.org' <linux-sctp@vger.kernel.org>\0"
@@ -29,7 +29,7 @@
  "> Resend with corrected subject line.\n"
  "> \n"
  "> Changes from v2:\n"
- "> - Fix inverted test for 'inflight = 0'\n"
+ "> - Fix inverted test for 'inflight == 0'\n"
  "> \n"
  ">  net/sctp/output.c | 69 +++++++++++++++++++++++++++++--------------------------\n"
  ">  1 file changed, 36 insertions(+), 33 deletions(-)\n"
@@ -112,7 +112,7 @@
  "> +\t\t/* Append to packet */\n"
  "> +\t\treturn SCTP_XMIT_OK;\n"
  "> +\n"
- "> +\tif (inflight = 0)\n"
+ "> +\tif (inflight == 0)\n"
  "> +\t\t/* Nothing unacked */\n"
  "> +\t\treturn SCTP_XMIT_OK;\n"
  "> +\t\n"
@@ -137,4 +137,4 @@
  ">  /* This private function does management things when adding DATA chunk */\n"
  >
 
-bb31d64129f734f22099b172cc3688bc99594000b7abe9aac0c813f16382fae8
+694820a1e4b1e431f341e4e189ef705bf937a5eeb2ef824adf6e4cba783614a5

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.