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

diff --git a/a/1.txt b/N1/1.txt
index 379bd5f..41e473a 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -64,7 +64,7 @@ Thanks
 >  		return -EINVAL;
 >  
 >  	len = sizeof(int);
-> -	val = (sctp_sk(sk)->nodelay = 1);
+> -	val = (sctp_sk(sk)->nodelay == 1);
 > +	val = sctp_sk(sk)->nodelay & 1;
 >  	if (put_user(len, optlen))
 >  		return -EFAULT;
diff --git a/a/content_digest b/N1/content_digest
index 991edad..fce9dda 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\0063D6719AE5E284EB5DD2968C1650D6D1725FB90@AcuExch.aculab.com\0"
  "From\0Vlad Yasevich <vyasevich@gmail.com>\0"
  "Subject\0Re: [PATCH net-next] sctp: Add partially support for MSG_MORE to SCTP.\0"
- "Date\0Fri, 20 Jun 2014 22:10:45 +0000\0"
+ "Date\0Fri, 20 Jun 2014 18:10:45 -0400\0"
  "To\0David Laight <David.Laight@aculab.com>"
   netdev@vger.kernel.org <netdev@vger.kernel.org>
  " linux-sctp@vger.kernel.org <linux-sctp@vger.kernel.org>\0"
@@ -73,11 +73,11 @@
  ">  \t\treturn -EINVAL;\n"
  ">  \n"
  ">  \tlen = sizeof(int);\n"
- "> -\tval = (sctp_sk(sk)->nodelay = 1);\n"
+ "> -\tval = (sctp_sk(sk)->nodelay == 1);\n"
  "> +\tval = sctp_sk(sk)->nodelay & 1;\n"
  ">  \tif (put_user(len, optlen))\n"
  ">  \t\treturn -EFAULT;\n"
  ">  \tif (copy_to_user(optval, &val, len))\n"
  >
 
-ba9cbd02b52ed290c75f701ba22f7d3f44e18539a15ca97de43b46cc6e1380e5
+1f70017261d7e4f551e298ef5fe0b055bd049c2a481d4c94c214a002f038aac1

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.