All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20081215134822.GD4775@ghostprotocols.net>

diff --git a/a/1.txt b/N1/1.txt
index c6356f4..4b2491f 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -45,7 +45,7 @@ Shouldn't the above be in a BUG_ON? It looks strange to simply refuse to
 do that and return OK. 
 
 > +		ccids_read_lock();
-> +		if (ccids[id] = NULL) {
+> +		if (ccids[id] == NULL) {
 > +			ccids_read_unlock();
 > +			return request_module("net-dccp-ccid-%d", id);
 > +		}
@@ -71,7 +71,7 @@ do that and return OK.
 >  
 >  	ccids_read_lock();
 > -#ifdef CONFIG_MODULES
-> -	if (ccids[id] = NULL) {
+> -	if (ccids[id] == NULL) {
 > -		/* We only try to load if in process context */
 > -		ccids_read_unlock();
 > -		if (gfp & GFP_ATOMIC)
@@ -81,7 +81,7 @@ do that and return OK.
 > -	}
 > -#endif
 >  	ccid_ops = ccids[id];
->  	if (ccid_ops = NULL)
+>  	if (ccid_ops == NULL)
 >  		goto out_unlock;
 > --- a/net/dccp/feat.c
 > +++ b/net/dccp/feat.c
diff --git a/a/content_digest b/N1/content_digest
index cf46213..3a12d8c 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,8 +1,14 @@
+ "ref\020081208.011917.176472177.davem@davemloft.net\0"
+ "ref\01229175685-18716-1-git-send-email-gerrit@erg.abdn.ac.uk\0"
+ "ref\01229175685-18716-2-git-send-email-gerrit@erg.abdn.ac.uk\0"
  "ref\01229175685-18716-3-git-send-email-gerrit@erg.abdn.ac.uk\0"
  "From\0Arnaldo Carvalho de Melo <acme@redhat.com>\0"
- "Subject\0Re: [PATCH 2/5] dccp: Auto-load (when supported) CCID plugins for\0"
- "Date\0Mon, 15 Dec 2008 13:48:22 +0000\0"
- "To\0dccp@vger.kernel.org\0"
+ "Subject\0Re: [PATCH 2/5] dccp: Auto-load (when supported) CCID plugins for negotiation\0"
+ "Date\0Mon, 15 Dec 2008 11:48:22 -0200\0"
+ "To\0Gerrit Renker <gerrit@erg.abdn.ac.uk>\0"
+ "Cc\0davem@davemloft.net"
+  dccp@vger.kernel.org
+ " netdev@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "Em Sat, Dec 13, 2008 at 02:41:22PM +0100, Gerrit Renker escreveu:\n"
@@ -52,7 +58,7 @@
  "do that and return OK. \n"
  "\n"
  "> +\t\tccids_read_lock();\n"
- "> +\t\tif (ccids[id] = NULL) {\n"
+ "> +\t\tif (ccids[id] == NULL) {\n"
  "> +\t\t\tccids_read_unlock();\n"
  "> +\t\t\treturn request_module(\"net-dccp-ccid-%d\", id);\n"
  "> +\t\t}\n"
@@ -78,7 +84,7 @@
  ">  \n"
  ">  \tccids_read_lock();\n"
  "> -#ifdef CONFIG_MODULES\n"
- "> -\tif (ccids[id] = NULL) {\n"
+ "> -\tif (ccids[id] == NULL) {\n"
  "> -\t\t/* We only try to load if in process context */\n"
  "> -\t\tccids_read_unlock();\n"
  "> -\t\tif (gfp & GFP_ATOMIC)\n"
@@ -88,7 +94,7 @@
  "> -\t}\n"
  "> -#endif\n"
  ">  \tccid_ops = ccids[id];\n"
- ">  \tif (ccid_ops = NULL)\n"
+ ">  \tif (ccid_ops == NULL)\n"
  ">  \t\tgoto out_unlock;\n"
  "> --- a/net/dccp/feat.c\n"
  "> +++ b/net/dccp/feat.c\n"
@@ -109,4 +115,4 @@
  "> the body of a message to majordomo@vger.kernel.org\n"
  > More majordomo info at  http://vger.kernel.org/majordomo-info.html
 
-c799d7b3f69075298ef44fbb263d18becb1a714cabbc1d3c5f402a16010709b4
+342371df589169338eebdbdff37e97a8eccb69e747ab0f70f48267c551d7e409

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.