All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <514084B0.4050906@gmail.com>

diff --git a/a/1.txt b/N1/1.txt
index 6d1518a..cbc5845 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -17,12 +17,12 @@ On 03/08/2013 02:39 AM, Xufeng Zhang wrote:
 > @@ -1079,7 +1079,7 @@ struct sctp_transport *sctp_assoc_lookup_tsn(struct sctp_association *asoc,
 >   			transports) {
 >
->   		if (transport = active)
+>   		if (transport == active)
 > -			break;
 > +			continue;
 >   		list_for_each_entry(chunk, &transport->transmitted,
 >   				transmitted_list) {
->   			if (key = chunk->subh.data_hdr->tsn) {
+>   			if (key == chunk->subh.data_hdr->tsn) {
 >
 
 Acked-by: Vlad Yasevich <vyasevich@gmail.com>
diff --git a/a/content_digest b/N1/content_digest
index f6fb4e4..01980fc 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\01362728377-11025-1-git-send-email-xufeng.zhang@windriver.com\0"
  "From\0Vlad Yasevich <vyasevich@gmail.com>\0"
- "Subject\0Re: [PATCH] sctp: don't break the loop while meeting the active_path so as to find the matched trans\0"
- "Date\0Wed, 13 Mar 2013 13:52:48 +0000\0"
+ "Subject\0Re: [PATCH] sctp: don't break the loop while meeting the active_path so as to find the matched transport\0"
+ "Date\0Wed, 13 Mar 2013 09:52:48 -0400\0"
  "To\0Xufeng Zhang <xufeng.zhang@windriver.com>\0"
  "Cc\0nhorman@tuxdriver.com"
   davem@davemloft.net
@@ -29,16 +29,16 @@
  "> @@ -1079,7 +1079,7 @@ struct sctp_transport *sctp_assoc_lookup_tsn(struct sctp_association *asoc,\n"
  ">   \t\t\ttransports) {\n"
  ">\n"
- ">   \t\tif (transport = active)\n"
+ ">   \t\tif (transport == active)\n"
  "> -\t\t\tbreak;\n"
  "> +\t\t\tcontinue;\n"
  ">   \t\tlist_for_each_entry(chunk, &transport->transmitted,\n"
  ">   \t\t\t\ttransmitted_list) {\n"
- ">   \t\t\tif (key = chunk->subh.data_hdr->tsn) {\n"
+ ">   \t\t\tif (key == chunk->subh.data_hdr->tsn) {\n"
  ">\n"
  "\n"
  "Acked-by: Vlad Yasevich <vyasevich@gmail.com>\n"
  "\n"
  -vlad
 
-dbf5ee45666ec9fb793f58d119b82db505cfd9ba0bc4b3e48aedc89e562660c0
+564c146a66f96bc5892650a5b069c5ca280c9c3fc7ca40b16eb03d98d6bb16a2

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.