All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <4889CF25.30405@hp.com>

diff --git a/a/1.txt b/N1/1.txt
index 4c082a9..ba17ea8 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -75,8 +75,8 @@ Also, maybe cange SCTP_CANT_FRT to SCTP_DONT_FRTX so that it's easier on the eye
 >  	 *    ignore the value of cwnd and SHOULD NOT delay retransmission.
 >  	 */
 > -	if (chunk->fast_retransmit <= 0)
-> +	if ((chunk->fast_retransmit = SCTP_CANT_FRT) ||
-> +	    (chunk->fast_retransmit = SCTP_NO_FRT))
+> +	if ((chunk->fast_retransmit == SCTP_CANT_FRT) ||
+> +	    (chunk->fast_retransmit == SCTP_NO_FRT))
 
 if (chunk->fast_retransmit != SCTP_CAN_FRTX)
 
diff --git a/a/content_digest b/N1/content_digest
index 6b46acc..21b6e3a 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\020080725121130.GB12725@hmsreliant.think-freely.org\0"
  "From\0Vlad Yasevich <vladislav.yasevich@hp.com>\0"
  "Subject\0Re: [PATCH] sctp: reduce memory footprint of sctp_chunk structure\0"
- "Date\0Fri, 25 Jul 2008 13:03:33 +0000\0"
+ "Date\0Fri, 25 Jul 2008 09:03:33 -0400\0"
  "To\0Neil Horman <nhorman@tuxdriver.com>\0"
  "Cc\0linux-sctp@vger.kernel.org"
  " netdev@vger.kernel.org\0"
@@ -84,8 +84,8 @@
  ">  \t *    ignore the value of cwnd and SHOULD NOT delay retransmission.\n"
  ">  \t */\n"
  "> -\tif (chunk->fast_retransmit <= 0)\n"
- "> +\tif ((chunk->fast_retransmit = SCTP_CANT_FRT) ||\n"
- "> +\t    (chunk->fast_retransmit = SCTP_NO_FRT))\n"
+ "> +\tif ((chunk->fast_retransmit == SCTP_CANT_FRT) ||\n"
+ "> +\t    (chunk->fast_retransmit == SCTP_NO_FRT))\n"
  "\n"
  "if (chunk->fast_retransmit != SCTP_CAN_FRTX)\n"
  "\n"
@@ -95,4 +95,4 @@
  "Thanks\n"
  -vlad
 
-3c785e96e99cee7ca51c706e1908d5ac226973dea256273e08957be486b4ed7a
+6e3f6f99a90b20294ee6469ef6633413fc836f6df3cbe140dc9cbd5ae5ea1bda

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.