[SCSI] ips: trim trailing whitespace
[akpm@linux-foundation.org: coding style fixes] Signed-off-by: Jeff Garzik <jgarzik@redhat.com> Acked-by: "Salyzyn, Mark" <mark_salyzyn@adaptec.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
This commit is contained in:
committed by
James Bottomley
parent
8a694cc87a
commit
2f277d6a71
@@ -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. */
|
/* That keeps everything happy for "text" operations on the proc file. */
|
||||||
|
|
||||||
if (le32_to_cpu(ha->nvram->signature) == IPS_NVRAM_P5_SIG) {
|
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,
|
copy_info(&info,
|
||||||
"\tBIOS Version : %c%c%c%c%c%c%c\n",
|
"\tBIOS Version : %c%c%c%c%c%c%c\n",
|
||||||
ha->nvram->bios_high[0], ha->nvram->bios_high[1],
|
ha->nvram->bios_high[0], ha->nvram->bios_high[1],
|
||||||
@@ -2780,10 +2780,11 @@ ips_next(ips_ha_t * ha, int intr)
|
|||||||
scb->dcdb.cmd_attribute =
|
scb->dcdb.cmd_attribute =
|
||||||
ips_command_direction[scb->scsi_cmd->cmnd[0]];
|
ips_command_direction[scb->scsi_cmd->cmnd[0]];
|
||||||
|
|
||||||
/* Allow a WRITE BUFFER Command to Have no Data */
|
/* Allow a WRITE BUFFER Command to Have no Data */
|
||||||
/* This is Used by Tape Flash Utilites */
|
/* This is Used by Tape Flash Utilites */
|
||||||
if ((scb->scsi_cmd->cmnd[0] == WRITE_BUFFER) && (scb->data_len == 0))
|
if ((scb->scsi_cmd->cmnd[0] == WRITE_BUFFER) &&
|
||||||
scb->dcdb.cmd_attribute = 0;
|
(scb->data_len == 0))
|
||||||
|
scb->dcdb.cmd_attribute = 0;
|
||||||
|
|
||||||
if (!(scb->dcdb.cmd_attribute & 0x3))
|
if (!(scb->dcdb.cmd_attribute & 0x3))
|
||||||
scb->dcdb.transfer_length = 0;
|
scb->dcdb.transfer_length = 0;
|
||||||
@@ -4720,7 +4721,7 @@ ips_flush_and_reset(ips_ha_t *ha)
|
|||||||
done = 0;
|
done = 0;
|
||||||
|
|
||||||
while ((time > 0) && (!done)) {
|
while ((time > 0) && (!done)) {
|
||||||
done = ips_poll_for_flush_complete(ha);
|
done = ips_poll_for_flush_complete(ha);
|
||||||
/* This may look evil, but it's only done during extremely rare start-up conditions ! */
|
/* This may look evil, but it's only done during extremely rare start-up conditions ! */
|
||||||
udelay(1000);
|
udelay(1000);
|
||||||
time--;
|
time--;
|
||||||
@@ -4757,7 +4758,7 @@ ips_poll_for_flush_complete(ips_ha_t * ha)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
/* Success is when we see the Flush Command ID */
|
/* Success is when we see the Flush Command ID */
|
||||||
if (cstatus.fields.command_id == IPS_MAX_CMDS )
|
if (cstatus.fields.command_id == IPS_MAX_CMDS)
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user