All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20171214182602.GK3532@localhost.localdomain>

diff --git a/a/1.txt b/N1/1.txt
index 1b72dc7..7502bb0 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -158,16 +158,16 @@ Acked-by: Marcelo R. Leitner <marcelo.leitner@gmail.com>
 >  	if (state > SCTP_STATE_MAX)
 >  		return &bug;
 >  
-> -	if (net->sctp.intl_enable && cid = SCTP_CID_I_DATA)
-> +	if (cid = SCTP_CID_I_DATA)
+> -	if (net->sctp.intl_enable && cid == SCTP_CID_I_DATA)
+> +	if (cid == SCTP_CID_I_DATA)
 >  		cid = SCTP_CID_DATA;
 >  
 >  	if (cid <= SCTP_CID_BASE_MAX)
 >  		return &chunk_event_table[cid][state];
 >  
 >  	if (net->sctp.prsctp_enable) {
-> -		if (cid = SCTP_CID_FWD_TSN)
-> +		if (cid = SCTP_CID_FWD_TSN || cid = SCTP_CID_I_FWD_TSN)
+> -		if (cid == SCTP_CID_FWD_TSN)
+> +		if (cid == SCTP_CID_FWD_TSN || cid == SCTP_CID_I_FWD_TSN)
 >  			return &prsctp_chunk_event_table[0][state];
 >  	}
 >  
diff --git a/a/content_digest b/N1/content_digest
index 7f03e6d..16a8f49 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,7 +2,7 @@
  "ref\030a1a95a2943469521de456d050717e1d46711fc.1513269224.git.lucien.xin@gmail.com\0"
  "From\0Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>\0"
  "Subject\0Re: [PATCHv2 net-next 3/8] sctp: implement validate_ftsn for sctp_stream_interleave\0"
- "Date\0Thu, 14 Dec 2017 18:26:02 +0000\0"
+ "Date\0Thu, 14 Dec 2017 16:26:02 -0200\0"
  "To\0Xin Long <lucien.xin@gmail.com>\0"
  "Cc\0network dev <netdev@vger.kernel.org>"
   linux-sctp@vger.kernel.org
@@ -170,16 +170,16 @@
  ">  \tif (state > SCTP_STATE_MAX)\n"
  ">  \t\treturn &bug;\n"
  ">  \n"
- "> -\tif (net->sctp.intl_enable && cid = SCTP_CID_I_DATA)\n"
- "> +\tif (cid = SCTP_CID_I_DATA)\n"
+ "> -\tif (net->sctp.intl_enable && cid == SCTP_CID_I_DATA)\n"
+ "> +\tif (cid == SCTP_CID_I_DATA)\n"
  ">  \t\tcid = SCTP_CID_DATA;\n"
  ">  \n"
  ">  \tif (cid <= SCTP_CID_BASE_MAX)\n"
  ">  \t\treturn &chunk_event_table[cid][state];\n"
  ">  \n"
  ">  \tif (net->sctp.prsctp_enable) {\n"
- "> -\t\tif (cid = SCTP_CID_FWD_TSN)\n"
- "> +\t\tif (cid = SCTP_CID_FWD_TSN || cid = SCTP_CID_I_FWD_TSN)\n"
+ "> -\t\tif (cid == SCTP_CID_FWD_TSN)\n"
+ "> +\t\tif (cid == SCTP_CID_FWD_TSN || cid == SCTP_CID_I_FWD_TSN)\n"
  ">  \t\t\treturn &prsctp_chunk_event_table[0][state];\n"
  ">  \t}\n"
  ">  \n"
@@ -267,4 +267,4 @@
  "> More majordomo info at  http://vger.kernel.org/majordomo-info.html\n"
  >
 
-1ce09f4a582afa76538732e08ff3d5513b072ba5767ab496b7d0cc06602fde1f
+9bac666b20ef075645f3d54a3074d8d823114d4a983769cd80b36f050189ee39

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.