RE: [PATCH 2/4] [SCSI] ips: trim trailing whitespace

Previous thread: [PATCH 3/3] drivers/ide/pci/sc1200.c: fix suspend/resume buglets and warnings by Jeff Garzik on Wednesday, October 24, 2007 - 4:48 pm. (2 messages)

Next thread: [PATCH 3/4] [SCSI] ips: PCI API cleanups by Jeff Garzik on Wednesday, October 24, 2007 - 4:48 pm. (3 messages)
From: Jeff Garzik
Date: Wednesday, October 24, 2007 - 4:48 pm

Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
---
 drivers/scsi/ips.c |   44 ++++++++++++++++++++++----------------------
 drivers/scsi/ips.h |   12 ++++++------
 2 files changed, 28 insertions(+), 28 deletions(-)

diff --git a/drivers/scsi/ips.c b/drivers/scsi/ips.c
index 595a91a..c9f3e1f 100644
--- a/drivers/scsi/ips.c
+++ b/drivers/scsi/ips.c
@@ -389,17 +389,17 @@ static struct  pci_device_id  ips_pci_table[] = {
 MODULE_DEVICE_TABLE( pci, ips_pci_table );
 
 static char ips_hot_plug_name[] = "ips";
-   
+
 static int __devinit  ips_insert_device(struct pci_dev *pci_dev, const struct pci_device_id *ent);
 static void __devexit ips_remove_device(struct pci_dev *pci_dev);
-   
+
 static struct pci_driver ips_pci_driver = {
 	.name		= ips_hot_plug_name,
 	.id_table	= ips_pci_table,
 	.probe		= ips_insert_device,
 	.remove		= __devexit_p(ips_remove_device),
 };
-           
+
 
 /*
  * Necessary forward function protoypes
@@ -587,7 +587,7 @@ static void
 ips_setup_funclist(ips_ha_t * ha)
 {
 
-	/*                                
+	/*
 	 * Setup Functions
 	 */
 	if (IPS_IS_MORPHEUS(ha) || IPS_IS_MARCO(ha)) {
@@ -2081,7 +2081,7 @@ ips_host_info(ips_ha_t * ha, char *ptr, off_t offset, int len)
     /* That keeps everything happy for "text" operations on the proc file.                    */
 
 	if (le32_to_cpu(ha->nvram->signature) == IPS_NVRAM_P5_SIG) {
-        if (ha->nvram->bios_low[3] == 0) { 
+        if (ha->nvram->bios_low[3] == 0) {
             copy_info(&info,
 			          "\tBIOS Version                      : %c%c%c%c%c%c%c\n",
 			          ha->nvram->bios_high[0], ha->nvram->bios_high[1],
@@ -2782,8 +2782,8 @@ ips_next(ips_ha_t * ha, int intr)
 
         /* Allow a WRITE BUFFER Command to Have no Data */
         /* This is Used by Tape Flash Utilites          */
-        if ((scb->scsi_cmd->cmnd[0] == WRITE_BUFFER) && (scb->data_len == 0)) 
-            scb->dcdb.cmd_attribute = 0;                  
+        if ((scb->scsi_cmd->cmnd[0] == ...
From: Salyzyn, Mark
Date: Thursday, October 25, 2007 - 7:33 am

ACK. Inspected; trivial, clean and no sign of any code changes.

-

Previous thread: [PATCH 3/3] drivers/ide/pci/sc1200.c: fix suspend/resume buglets and warnings by Jeff Garzik on Wednesday, October 24, 2007 - 4:48 pm. (2 messages)

Next thread: [PATCH 3/4] [SCSI] ips: PCI API cleanups by Jeff Garzik on Wednesday, October 24, 2007 - 4:48 pm. (3 messages)