All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20100422094632.GM29647@bicker>

diff --git a/a/1.txt b/N1/1.txt
index 05e3910..7828ed7 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -12,7 +12,7 @@ index fa2e11e..05e2247 100644
  		d_printf(1, dev, "Huh? waiter for command reply cancelled\n");
  		goto error_waiter_cancelled;
  	}
--	if (ack_skb = NULL) {
+-	if (ack_skb == NULL) {
 +	if (IS_ERR(ack_skb))
  		dev_err(dev, "CMD/GET/SET ack: cannot allocate SKB\n");
 -		i2400m->ack_skb = ERR_PTR(-ENOMEM);
diff --git a/a/content_digest b/N1/content_digest
index 7cb7bfd..0e79d85 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,6 +1,6 @@
  "From\0Dan Carpenter <error27@gmail.com>\0"
  "Subject\0[patch] wimax: wimax_msg_alloc() returns ERR_PTR not null\0"
- "Date\0Thu, 22 Apr 2010 09:46:32 +0000\0"
+ "Date\0Thu, 22 Apr 2010 11:46:32 +0200\0"
  "To\0Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>\0"
  "Cc\0linux-wimax@intel.com"
  " Andr\303\251 Goddard Rosa <andre.goddard@gmail.com>"
@@ -23,7 +23,7 @@
  " \t\td_printf(1, dev, \"Huh? waiter for command reply cancelled\\n\");\n"
  " \t\tgoto error_waiter_cancelled;\n"
  " \t}\n"
- "-\tif (ack_skb = NULL) {\n"
+ "-\tif (ack_skb == NULL) {\n"
  "+\tif (IS_ERR(ack_skb))\n"
  " \t\tdev_err(dev, \"CMD/GET/SET ack: cannot allocate SKB\\n\");\n"
  "-\t\ti2400m->ack_skb = ERR_PTR(-ENOMEM);\n"
@@ -42,4 +42,4 @@
  " \tspin_unlock_irqrestore(&i2400m->rx_lock, flags);\n"
  " \treturn;"
 
-0ff5428df4e5c89e5a1a0f4a1e3a9e94664695315b5e4eb08b485ac597851697
+672ac18e6ee7d1af646de172e77c6c4ffa6d2f0de7ef2eb8714d9d5549f1d1c3

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.