RE: [PATCH] drivers/scsi/: Spelling fixes

2007-12-18 Thread Salyzyn, Mark
ACK ips line change.

Sincerely -- Mark Salyzyn

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Joe Perches
 Sent: Monday, December 17, 2007 2:40 PM
 To: [EMAIL PROTECTED]
 Cc: Andrew Morton; AACRAID; Andrew Vasquez; Brian King; 
 IpsLinux; Hannes Reinecke; James E.J. Bottomley; James Smart; 
 Mike Christie; Neela Syam Kolli; linux-scsi@vger.kernel.org; 
 [EMAIL PROTECTED]
 Subject: [PATCH] drivers/scsi/: Spelling fixes
 
 Signed-off-by: Joe Perches [EMAIL PROTECTED]
 ---
. . .
  drivers/scsi/ips.c|2 +-
. . .
 diff --git a/drivers/scsi/ips.c b/drivers/scsi/ips.c
 index 5c5a9b2..901e14b 100644
 --- a/drivers/scsi/ips.c
 +++ b/drivers/scsi/ips.c
 @@ -1313,7 +1313,7 @@ ips_intr_copperhead(ips_ha_t * ha)
   cstatus.value = (*ha-func.statupd) (ha);
  
   if (cstatus.fields.command_id  (IPS_MAX_CMDS - 1)) {
 - /* Spurious Interupt ? */
 + /* Spurious Interrupt ? */
   continue;
   }
  
-
To unsubscribe from this list: send the line unsubscribe linux-scsi in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] drivers/scsi/: Spelling fixes

2007-12-17 Thread Mike Christie

Joe Perches wrote:

Signed-off-by: Joe Perches [EMAIL PROTECTED]



diff --git a/drivers/scsi/iscsi_tcp.c b/drivers/scsi/iscsi_tcp.c
index 57ce225..3cc21f5 100644
--- a/drivers/scsi/iscsi_tcp.c
+++ b/drivers/scsi/iscsi_tcp.c
@@ -1121,7 +1121,7 @@ iscsi_send(struct iscsi_conn *conn, struct iscsi_buf 
*buf, int size, int flags)
  * iscsi_sendhdr - send PDU Header via tcp_sendpage()
  * @conn: iscsi connection
  * @buf: buffer to write from
- * @datalen: lenght of data to be sent after the header
+ * @datalen: length of data to be sent after the header
  *
  * Notes:
  * (Tx, Fast Path)
@@ -1724,7 +1724,7 @@ send_hdr:
  * XMSTATE_BIT_SOL_DATA - send solicit data
  *
  *iscsi_tcp_ctask_xmit
- * XMSTATE_BIT_IMM_DATA - xmit managment data (??)
+ * XMSTATE_BIT_IMM_DATA - xmit management data (??)
  **/
 static int
 iscsi_tcp_ctask_xmit(struct iscsi_conn *conn, struct iscsi_cmd_task *ctask)


Olaf rewrote this code and it will not exist when James merges the 
patches, so you can drop the iscsi bits.

-
To unsubscribe from this list: send the line unsubscribe linux-scsi in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] drivers/scsi/: Spelling fixes

2007-12-17 Thread Andrew Vasquez
On Mon, 17 Dec 2007, Joe Perches wrote:

 Signed-off-by: Joe Perches [EMAIL PROTECTED]
 ---
  drivers/scsi/NCR53C9x.h   |2 +-
  drivers/scsi/aic7xxx/aic79xx_inline.h |2 +-
  drivers/scsi/aic7xxx/aic79xx_osm.c|2 +-
  drivers/scsi/aic7xxx/aic79xx_pci.c|4 ++--
  drivers/scsi/aic7xxx/aic7xxx_inline.h |2 +-
  drivers/scsi/aic7xxx/aic7xxx_osm.c|2 +-
  drivers/scsi/ipr.c|2 +-
  drivers/scsi/ips.c|2 +-
  drivers/scsi/iscsi_tcp.c  |4 ++--
  drivers/scsi/lpfc/lpfc.h  |2 +-
  drivers/scsi/lpfc/lpfc_mbox.c |2 +-
  drivers/scsi/megaraid/megaraid_mbox.c |   10 +-
  drivers/scsi/psi240i.c|2 +-
  drivers/scsi/qla2xxx/qla_gs.c |2 +-

qla2xxx bits:

Acked-by: Andrew Vasquez [EMAIL PROTECTED]
-
To unsubscribe from this list: send the line unsubscribe linux-scsi in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] drivers/scsi/: Spelling fixes

2007-12-17 Thread James Smart


On Mon, 17 Dec 2007, Joe Perches wrote:


Signed-off-by: Joe Perches [EMAIL PROTECTED]
---
 drivers/scsi/NCR53C9x.h   |2 +-
 drivers/scsi/aic7xxx/aic79xx_inline.h |2 +-
 drivers/scsi/aic7xxx/aic79xx_osm.c|2 +-
 drivers/scsi/aic7xxx/aic79xx_pci.c|4 ++--
 drivers/scsi/aic7xxx/aic7xxx_inline.h |2 +-
 drivers/scsi/aic7xxx/aic7xxx_osm.c|2 +-
 drivers/scsi/ipr.c|2 +-
 drivers/scsi/ips.c|2 +-
 drivers/scsi/iscsi_tcp.c  |4 ++--
 drivers/scsi/lpfc/lpfc.h  |2 +-
 drivers/scsi/lpfc/lpfc_mbox.c |2 +-
 drivers/scsi/megaraid/megaraid_mbox.c |   10 +-
 drivers/scsi/psi240i.c|2 +-
 drivers/scsi/qla2xxx/qla_gs.c |2 +-


For the lpfc bits:

Acked-by: James Smart [EMAIL PROTECTED]

-
To unsubscribe from this list: send the line unsubscribe linux-scsi in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] drivers/scsi/: Spelling fixes

2007-12-17 Thread Darrick J. Wong
On Mon, Dec 17, 2007 at 11:40:14AM -0800, Joe Perches wrote:

  drivers/scsi/scsi_transport_sas.c |2 +-

SAS bits are
Acked-by: Darrick J. Wong [EMAIL PROTECTED]
-
To unsubscribe from this list: send the line unsubscribe linux-scsi in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html