All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <87odjvu1on.fsf@wanadoo.fr>

diff --git a/a/1.txt b/N1/1.txt
index d3dc25a..f79a55f 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -48,7 +48,7 @@ index ae132c1..750b3ef 100644
  
 -                    data = kmalloc(xc.len, GFP_KERNEL);
 +                    data = kmalloc(xc.len, GFP_ATOMIC);
-                     if(data = 0x0){
+                     if(data == 0x0){
                              printk(KERN_WARNING "%s: Failed to allocate memory for copy\n", dev->name);
                              ret = -ENOMEM;
 diff --git a/drivers/scsi/megaraid/megaraid_mm.c b/drivers/scsi/megaraid/megaraid_mm.c
@@ -121,8 +121,3 @@ index 27c5f8f..1b01207 100644
  		if (retval) {
  			list_add(tmp, &info->rx_urbs_free);
  			list_for_each_safe(tmp, tmp2, &info->rx_urbs_submitted) {
-
-_______________________________________________
-Kernel-janitors mailing list
-Kernel-janitors@lists.linux-foundation.org
-https://lists.linux-foundation.org/mailman/listinfo/kernel-janitors
diff --git a/a/content_digest b/N1/content_digest
index e8eecf2..94cfce8 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,6 +1,6 @@
  "From\0Yoann Padioleau <padator@wanadoo.fr>\0"
- "Subject\0[KJ] [PATCH] bugfix GFP_KERNEL -> GFP_ATOMIC in spin_locked region\0"
- "Date\0Mon, 04 Jun 2007 16:25:28 +0000\0"
+ "Subject\0[PATCH] bugfix GFP_KERNEL -> GFP_ATOMIC in spin_locked region\0"
+ "Date\0Mon, 04 Jun 2007 18:25:28 +0200\0"
  "To\0kernel-janitors@lists.osdl.org\0"
  "Cc\0akpm@linux-foundation.org"
  " linux-kernel@vger.kernel.org\0"
@@ -56,7 +56,7 @@
  " \n"
  "-                    data = kmalloc(xc.len, GFP_KERNEL);\n"
  "+                    data = kmalloc(xc.len, GFP_ATOMIC);\n"
- "                     if(data = 0x0){\n"
+ "                     if(data == 0x0){\n"
  "                             printk(KERN_WARNING \"%s: Failed to allocate memory for copy\\n\", dev->name);\n"
  "                             ret = -ENOMEM;\n"
  "diff --git a/drivers/scsi/megaraid/megaraid_mm.c b/drivers/scsi/megaraid/megaraid_mm.c\n"
@@ -128,11 +128,6 @@
  "+\t\tretval = usb_submit_urb(urb, GFP_ATOMIC);\n"
  " \t\tif (retval) {\n"
  " \t\t\tlist_add(tmp, &info->rx_urbs_free);\n"
- " \t\t\tlist_for_each_safe(tmp, tmp2, &info->rx_urbs_submitted) {\n"
- "\n"
- "_______________________________________________\n"
- "Kernel-janitors mailing list\n"
- "Kernel-janitors@lists.linux-foundation.org\n"
- https://lists.linux-foundation.org/mailman/listinfo/kernel-janitors
+ " \t\t\tlist_for_each_safe(tmp, tmp2, &info->rx_urbs_submitted) {"
 
-cc63ac5f5e0c8c8810159aaf93e4b2fb21b4ffc006c392b1e2ae4117f9d48635
+849ba597ac729a71085a237c5245ec0c4692665b7c68ab121094fdcf09da26f1

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.