All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1279130008-9934-1-git-send-email-segooon@gmail.com>

diff --git a/a/1.txt b/N1/1.txt
index 12cd37f..3e86c66 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -13,8 +13,8 @@ index f2d4df1..dd9a43b 100644
  	sg_offset = (msg[0]>>4)&0xf;
  	msg[2] = 0x40000000; // IOCTL context
  	msg[3] = adpt_ioctl_to_context(pHba, reply);
--	if (msg[3] = (u32)-1)
-+	if (msg[3] = (u32)-1) {
+-	if (msg[3] == (u32)-1)
++	if (msg[3] == (u32)-1) {
 +		kfree(reply);
  		return -EBUSY;
 +	}
diff --git a/a/content_digest b/N1/content_digest
index 54336bd..9830d70 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,6 +1,6 @@
  "From\0Kulikov Vasiliy <segooon@gmail.com>\0"
  "Subject\0[PATCH] scsi: dpt_i2o: fix memory leak\0"
- "Date\0Wed, 14 Jul 2010 17:53:27 +0000\0"
+ "Date\0Wed, 14 Jul 2010 21:53:27 +0400\0"
  "To\0kernel-janitors@vger.kernel.org\0"
  "Cc\0Adaptec OEM Raid Solutions <aacraid@adaptec.com>"
   James E.J. Bottomley <James.Bottomley@suse.de>
@@ -27,8 +27,8 @@
  " \tsg_offset = (msg[0]>>4)&0xf;\n"
  " \tmsg[2] = 0x40000000; // IOCTL context\n"
  " \tmsg[3] = adpt_ioctl_to_context(pHba, reply);\n"
- "-\tif (msg[3] = (u32)-1)\n"
- "+\tif (msg[3] = (u32)-1) {\n"
+ "-\tif (msg[3] == (u32)-1)\n"
+ "+\tif (msg[3] == (u32)-1) {\n"
  "+\t\tkfree(reply);\n"
  " \t\treturn -EBUSY;\n"
  "+\t}\n"
@@ -38,4 +38,4 @@
  "-- \n"
  1.7.0.4
 
-8b94c64d83a9397071f1902bbcf70502e50f05439cdff31371d39cdee590a66d
+a21a261107c306b63d254d1f1a5815fd26273e2cbb9c2b3de666fdf0e4bfb04b

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.