scsi: dpt_i2o: clean up indentation issues, remove spaces
There are several lines where the indentation has an extra space, fix this by removing the spaces. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
22c0738b64
commit
d78e9a145a
@ -835,8 +835,8 @@ static void adpt_i2o_sys_shutdown(void)
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user