All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20130530074926.GA8148@debian>

diff --git a/a/1.txt b/N1/1.txt
index 6e7f34d..211f281 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,4 +1,4 @@
-There is an unlock missing if the = FNIC_IOREQ_ABTS_PENDING is
+There is an unlock missing if the == FNIC_IOREQ_ABTS_PENDING is
 false.
 
 Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
@@ -13,9 +13,9 @@ index be99e75..a97e6e5 100644
  			      "Found IO in %s on lun\n",
  			      fnic_ioreq_state_to_str(CMD_STATE(sc)));
  
--		if (CMD_STATE(sc) = FNIC_IOREQ_ABTS_PENDING) {
+-		if (CMD_STATE(sc) == FNIC_IOREQ_ABTS_PENDING) {
 -			spin_unlock_irqrestore(io_lock, flags);
-+		if (CMD_STATE(sc) = FNIC_IOREQ_ABTS_PENDING)
++		if (CMD_STATE(sc) == FNIC_IOREQ_ABTS_PENDING)
  			ret = 1;
 -			continue;
 -		}
diff --git a/a/content_digest b/N1/content_digest
index b9e35eb..abbe865 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,6 +1,6 @@
  "From\0Dan Carpenter <dan.carpenter@oracle.com>\0"
  "Subject\0[patch] [SCSI] fnic: potential dead lock in fnic_is_abts_pending()\0"
- "Date\0Thu, 30 May 2013 07:50:46 +0000\0"
+ "Date\0Thu, 30 May 2013 10:50:46 +0300\0"
  "To\0Hiral Patel <hiralpat@cisco.com>\0"
  "Cc\0Suma Ramars <sramars@cisco.com>"
   Brian Uchino <buchino@cisco.com>
@@ -9,7 +9,7 @@
  " kernel-janitors@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
- "There is an unlock missing if the = FNIC_IOREQ_ABTS_PENDING is\n"
+ "There is an unlock missing if the == FNIC_IOREQ_ABTS_PENDING is\n"
  "false.\n"
  "\n"
  "Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>\n"
@@ -24,9 +24,9 @@
  " \t\t\t      \"Found IO in %s on lun\\n\",\n"
  " \t\t\t      fnic_ioreq_state_to_str(CMD_STATE(sc)));\n"
  " \n"
- "-\t\tif (CMD_STATE(sc) = FNIC_IOREQ_ABTS_PENDING) {\n"
+ "-\t\tif (CMD_STATE(sc) == FNIC_IOREQ_ABTS_PENDING) {\n"
  "-\t\t\tspin_unlock_irqrestore(io_lock, flags);\n"
- "+\t\tif (CMD_STATE(sc) = FNIC_IOREQ_ABTS_PENDING)\n"
+ "+\t\tif (CMD_STATE(sc) == FNIC_IOREQ_ABTS_PENDING)\n"
  " \t\t\tret = 1;\n"
  "-\t\t\tcontinue;\n"
  "-\t\t}\n"
@@ -35,4 +35,4 @@
  " \n"
  " \treturn ret;"
 
-e11e4e74c59dd89aeaf087dd7e08b3aefc946a15cfed4c55ecb6afaeef32fc6d
+a1d3ad90b58575319aab4df38f9dd38ebea2144833b255738dbc0025a32a7a7d

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.