[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:
parent
8a694cc87a
commit
2f277d6a71
2 changed files with 31 additions and 30 deletions
|
@ -2782,7 +2782,8 @@ ips_next(ips_ha_t * ha, int intr)
|
||||||
|
|
||||||
/* 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->data_len == 0))
|
||||||
scb->dcdb.cmd_attribute = 0;
|
scb->dcdb.cmd_attribute = 0;
|
||||||
|
|
||||||
if (!(scb->dcdb.cmd_attribute & 0x3))
|
if (!(scb->dcdb.cmd_attribute & 0x3))
|
||||||
|
|
Loading…
Reference in a new issue