Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2f277d6a authored by Jeff Garzik's avatar Jeff Garzik Committed by James Bottomley
Browse files

[SCSI] ips: trim trailing whitespace



[akpm@linux-foundation.org: coding style fixes]
Signed-off-by: default avatarJeff Garzik <jgarzik@redhat.com>
Acked-by: default avatar"Salyzyn, Mark" <mark_salyzyn@adaptec.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@HansenPartnership.com>
parent 8a694cc8
Loading
Loading
Loading
Loading
+25 −24
Original line number Diff line number Diff line
@@ -2782,7 +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)) 
		if ((scb->scsi_cmd->cmnd[0] == WRITE_BUFFER) &&
				(scb->data_len == 0))
			scb->dcdb.cmd_attribute = 0;

		if (!(scb->dcdb.cmd_attribute & 0x3))
+6 −6

File changed.

Contains only whitespace changes.