All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <49DDC957.6010702@fastmail.fm>

diff --git a/a/1.txt b/N1/1.txt
index 67a5e7a..1b86aad 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -65,7 +65,7 @@ Jack Stone wrote:
 >  
 > -    entry = (struct iriap_cb *) hashbin_remove(iriap, (long) self, NULL);
 > +    entry = hashbin_remove(iriap, (long) self, NULL);
->      IRDA_ASSERT(entry = self, return;);
+>      IRDA_ASSERT(entry == self, return;);
 >  
 >      __iriap_close(self);
 > diff --git a/net/irda/irnet/irnet_irda.c b/net/irda/irnet/irnet_irda.c
@@ -74,7 +74,7 @@ Jack Stone wrote:
 > +++ b/net/irda/irnet/irnet_irda.c
 > @@ -766,8 +766,7 @@ irnet_find_socket(irnet_socket *    self)
 >     * requested that nickname */
->    if(err = 0)
+>    if(err == 0)
 >      {
 > -      new = (irnet_socket *) hashbin_find(irnet_server.list,
 > -                      0, self->rname);
diff --git a/a/content_digest b/N1/content_digest
index b7b8e9f..c37c2f0 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -12,7 +12,7 @@
  "ref\049DCAF6D.6080704@fastmail.fm\0"
  "From\0Jack Stone <jwjstone@fastmail.fm>\0"
  "Subject\0Re: [PATCH 29/56] irda: Remove void casts\0"
- "Date\0Thu, 09 Apr 2009 10:09:27 +0000\0"
+ "Date\0Thu, 09 Apr 2009 11:09:27 +0100\0"
  "To\0Bert Wesarg <bert.wesarg@googlemail.com>\0"
  "Cc\0linux-kernel@vger.kernel.org"
   jeff@garzik.org
@@ -87,7 +87,7 @@
  ">  \n"
  "> -    entry = (struct iriap_cb *) hashbin_remove(iriap, (long) self, NULL);\n"
  "> +    entry = hashbin_remove(iriap, (long) self, NULL);\n"
- ">      IRDA_ASSERT(entry = self, return;);\n"
+ ">      IRDA_ASSERT(entry == self, return;);\n"
  ">  \n"
  ">      __iriap_close(self);\n"
  "> diff --git a/net/irda/irnet/irnet_irda.c b/net/irda/irnet/irnet_irda.c\n"
@@ -96,7 +96,7 @@
  "> +++ b/net/irda/irnet/irnet_irda.c\n"
  "> @@ -766,8 +766,7 @@ irnet_find_socket(irnet_socket *    self)\n"
  ">     * requested that nickname */\n"
- ">    if(err = 0)\n"
+ ">    if(err == 0)\n"
  ">      {\n"
  "> -      new = (irnet_socket *) hashbin_find(irnet_server.list,\n"
  "> -                      0, self->rname);\n"
@@ -110,4 +110,4 @@
  "> More majordomo info at  http://vger.kernel.org/majordomo-info.html\n"
  >
 
-75fea2fc5d97d38c7b93b9767671dabe15cd9bd3436da2ddb9101f2baab3685d
+dfd46d93a54750249ce57637f3009bd5b3d1a0d81dfc1ff586125ab02d659b33

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.