adpt_hba *pHba, *pNext;
        struct adpt_i2o_post_wait_data *p1, *old;
 
-        printk(KERN_INFO"Shutting down Adaptec I2O controllers.\n");
-        printk(KERN_INFO"   This could take a few minutes if there are many devices attached\n");
+       printk(KERN_INFO "Shutting down Adaptec I2O controllers.\n");
+       printk(KERN_INFO "   This could take a few minutes if there are many devices attached\n");
        /* Delete all IOPs from the controller chain */
        /* They should have already been released by the
         * scsi-core
 //     spin_unlock_irqrestore(&adpt_post_wait_lock, flags);
        adpt_post_wait_queue = NULL;
 
-        printk(KERN_INFO "Adaptec I2O controllers down.\n");
+       printk(KERN_INFO "Adaptec I2O controllers down.\n");
 }
 
 static int adpt_install_hba(struct scsi_host_template* sht, struct pci_dev* pDev)
                return -((res[1] >> 16) & 0xFF); /* -BlockStatus */
        }
 
-        return 4 + ((res[1] & 0x0000FFFF) << 2); /* bytes used in resblk */ 
+       return 4 + ((res[1] & 0x0000FFFF) << 2); /* bytes used in resblk */
 }
 
 
 
 static int adpt_i2o_systab_send(adpt_hba* pHba)
 {
-        u32 msg[12];
-        int ret;
+       u32 msg[12];
+       int ret;
 
        msg[0] = I2O_MESSAGE_SIZE(12) | SGL_OFFSET_6;
        msg[1] = I2O_CMD_SYS_TAB_SET<<24 | HOST_TID<<12 | ADAPTER_TID;