All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20051119184447.GA29275@lst.de>

diff --git a/a/1.txt b/N1/1.txt
index 5703ed5..1e8d936 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -17,8 +17,7 @@ drivers the same chip with a pci bus interface (and more recent
 versions)
 
 Index: linux-2.6/drivers/scsi/qlogicpti.c
-===================================================================
---- linux-2.6.orig/drivers/scsi/qlogicpti.c	2005-10-17 13:53:19.000000000 +0200
+=================================--- linux-2.6.orig/drivers/scsi/qlogicpti.c	2005-10-17 13:53:19.000000000 +0200
 +++ linux-2.6/drivers/scsi/qlogicpti.c	2005-10-17 13:55:07.000000000 +0200
 @@ -312,8 +312,6 @@
  		}
@@ -85,9 +84,9 @@ Index: linux-2.6/drivers/scsi/qlogicpti.c
 -#endif
 -		 );
 -
--	if ((qpti->sbits & (1 << tgt)) == 0) {
--		int ok = host_byte(Cmnd->result) == DID_OK;
--		if (Cmnd->cmnd[0] == 0x12 && ok) {
+-	if ((qpti->sbits & (1 << tgt)) = 0) {
+-		int ok = host_byte(Cmnd->result) = DID_OK;
+-		if (Cmnd->cmnd[0] = 0x12 && ok) {
 -			unsigned char *iqd;
 -			unsigned int iqd_len;
 -
@@ -142,7 +141,7 @@ Index: linux-2.6/drivers/scsi/qlogicpti.c
 -	 * We've peeked at all targets for this bus- time
 -	 * to set parameters for devices for real now.
 -	 */
--	if (qpti->sbits == 0xffff) {
+-	if (qpti->sbits = 0xffff) {
 -		int i;
 -		for(i = 0; i < MAX_TARGETS; i++) {
 -			u_short param[6];
@@ -176,7 +175,7 @@ Index: linux-2.6/drivers/scsi/qlogicpti.c
 -	 * capability-configuring, then we're done with all adapters
 -	 * and can rock on..
 -	 */
--	if (qpti == NULL)
+-	if (qpti = NULL)
 -		Cmnd->device->host->hostt->queuecommand = qlogicpti_queuecommand;
 -
 -	return qlogicpti_queuecommand(Cmnd, done);
@@ -234,8 +233,7 @@ Index: linux-2.6/drivers/scsi/qlogicpti.c
  	.eh_bus_reset_handler	= qlogicpti_reset,
  	.can_queue		= QLOGICPTI_REQ_QUEUE_LEN,
 Index: linux-2.6/drivers/scsi/qlogicpti.h
-===================================================================
---- linux-2.6.orig/drivers/scsi/qlogicpti.h	2005-10-17 13:52:34.000000000 +0200
+=================================--- linux-2.6.orig/drivers/scsi/qlogicpti.h	2005-10-17 13:52:34.000000000 +0200
 +++ linux-2.6/drivers/scsi/qlogicpti.h	2005-10-17 13:53:43.000000000 +0200
 @@ -379,9 +379,7 @@
  #define SREG_SPMASK               0x03   /* Mask for switch pack       */
diff --git a/a/content_digest b/N1/content_digest
index d4a20de..aa4ced6 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,7 +2,7 @@
  "ref\020051112091251.GA15402@lst.de\0"
  "From\0Christoph Hellwig <hch@lst.de>\0"
  "Subject\0Re: [PATCH] kill qlogicpti inquiry sniffing\0"
- "Date\0Sat, 19 Nov 2005 19:44:47 +0100\0"
+ "Date\0Sat, 19 Nov 2005 18:44:47 +0000\0"
  "To\0jejb@steeleye.com"
   davem@davemloft.net
  " tcallawa@redhat.com\0"
@@ -29,8 +29,7 @@
  "versions)\n"
  "\n"
  "Index: linux-2.6/drivers/scsi/qlogicpti.c\n"
- "===================================================================\n"
- "--- linux-2.6.orig/drivers/scsi/qlogicpti.c\t2005-10-17 13:53:19.000000000 +0200\n"
+ "=================================--- linux-2.6.orig/drivers/scsi/qlogicpti.c\t2005-10-17 13:53:19.000000000 +0200\n"
  "+++ linux-2.6/drivers/scsi/qlogicpti.c\t2005-10-17 13:55:07.000000000 +0200\n"
  "@@ -312,8 +312,6 @@\n"
  " \t\t}\n"
@@ -97,9 +96,9 @@
  "-#endif\n"
  "-\t\t );\n"
  "-\n"
- "-\tif ((qpti->sbits & (1 << tgt)) == 0) {\n"
- "-\t\tint ok = host_byte(Cmnd->result) == DID_OK;\n"
- "-\t\tif (Cmnd->cmnd[0] == 0x12 && ok) {\n"
+ "-\tif ((qpti->sbits & (1 << tgt)) = 0) {\n"
+ "-\t\tint ok = host_byte(Cmnd->result) = DID_OK;\n"
+ "-\t\tif (Cmnd->cmnd[0] = 0x12 && ok) {\n"
  "-\t\t\tunsigned char *iqd;\n"
  "-\t\t\tunsigned int iqd_len;\n"
  "-\n"
@@ -154,7 +153,7 @@
  "-\t * We've peeked at all targets for this bus- time\n"
  "-\t * to set parameters for devices for real now.\n"
  "-\t */\n"
- "-\tif (qpti->sbits == 0xffff) {\n"
+ "-\tif (qpti->sbits = 0xffff) {\n"
  "-\t\tint i;\n"
  "-\t\tfor(i = 0; i < MAX_TARGETS; i++) {\n"
  "-\t\t\tu_short param[6];\n"
@@ -188,7 +187,7 @@
  "-\t * capability-configuring, then we're done with all adapters\n"
  "-\t * and can rock on..\n"
  "-\t */\n"
- "-\tif (qpti == NULL)\n"
+ "-\tif (qpti = NULL)\n"
  "-\t\tCmnd->device->host->hostt->queuecommand = qlogicpti_queuecommand;\n"
  "-\n"
  "-\treturn qlogicpti_queuecommand(Cmnd, done);\n"
@@ -246,8 +245,7 @@
  " \t.eh_bus_reset_handler\t= qlogicpti_reset,\n"
  " \t.can_queue\t\t= QLOGICPTI_REQ_QUEUE_LEN,\n"
  "Index: linux-2.6/drivers/scsi/qlogicpti.h\n"
- "===================================================================\n"
- "--- linux-2.6.orig/drivers/scsi/qlogicpti.h\t2005-10-17 13:52:34.000000000 +0200\n"
+ "=================================--- linux-2.6.orig/drivers/scsi/qlogicpti.h\t2005-10-17 13:52:34.000000000 +0200\n"
  "+++ linux-2.6/drivers/scsi/qlogicpti.h\t2005-10-17 13:53:43.000000000 +0200\n"
  "@@ -379,9 +379,7 @@\n"
  " #define SREG_SPMASK               0x03   /* Mask for switch pack       */\n"
@@ -261,4 +259,4 @@
  " \n"
   /* How to twiddle them bits... */
 
-ae7030ca65ed68189d3f92a1c47f510a62c92e7e5f24e24a7406ce61e53411a7
+6ac24f78606351ada619c2e2af4d02972ba8275a27aed3df9ee1769e1e796a56

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.