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

diff --git a/a/1.txt b/N1/1.txt
index 547fb6a..dcd0c1c 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -11,8 +11,8 @@ index e038bc9..0ba624d 100644
  		return;
  	}
  
--	if ((mc > BFI_MC_MAX) || (mod->mbhdlr[mc].cbfn = NULL))
-+	if ((mc >= BFI_MC_MAX) || (mod->mbhdlr[mc].cbfn = NULL))
+-	if ((mc > BFI_MC_MAX) || (mod->mbhdlr[mc].cbfn == NULL))
++	if ((mc >= BFI_MC_MAX) || (mod->mbhdlr[mc].cbfn == NULL))
  		return;
  
  	mod->mbhdlr[mc].cbfn(mod->mbhdlr[mc].cbarg, &m);
diff --git a/a/content_digest b/N1/content_digest
index e1a79f0..4b1fb3f 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,6 +1,6 @@
  "From\0Dan Carpenter <error27@gmail.com>\0"
  "Subject\0[patch] scsi/bfa: off by one in bfa_ioc_mbox_isr()\0"
- "Date\0Mon, 21 Jun 2010 06:45:08 +0000\0"
+ "Date\0Mon, 21 Jun 2010 08:45:08 +0200\0"
  "To\0Jing Huang <huangj@brocade.com>\0"
  "Cc\0James E.J. Bottomley <James.Bottomley@suse.de>"
   Krishna Gudipati <kgudipat@brocade.com>
@@ -21,10 +21,10 @@
  " \t\treturn;\n"
  " \t}\n"
  " \n"
- "-\tif ((mc > BFI_MC_MAX) || (mod->mbhdlr[mc].cbfn = NULL))\n"
- "+\tif ((mc >= BFI_MC_MAX) || (mod->mbhdlr[mc].cbfn = NULL))\n"
+ "-\tif ((mc > BFI_MC_MAX) || (mod->mbhdlr[mc].cbfn == NULL))\n"
+ "+\tif ((mc >= BFI_MC_MAX) || (mod->mbhdlr[mc].cbfn == NULL))\n"
  " \t\treturn;\n"
  " \n"
  " \tmod->mbhdlr[mc].cbfn(mod->mbhdlr[mc].cbarg, &m);"
 
-6747c3aad2c7fe9bbb95ca65ad2db5ddb9833e05ed8b9dc854c0a529eea52fbe
+4ff3fec7bd56a5ecedf4ec4586d3a665b9c0ccff78162db7ff93f97782e00dcd

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.