Skip to content

Commit

Permalink
[PATCH] libata-dev: Remove trailing whitespaces
Browse files Browse the repository at this point in the history
Remove trailing whitespaces.

Signed-off-by: Albert Lee <albertcc@tw.ibm.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
  • Loading branch information
Albert Lee authored and Jeff Garzik committed Mar 29, 2006
1 parent 4bbf7bc commit cf2f768
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/scsi/libata-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -4397,7 +4397,7 @@ inline unsigned int ata_host_intr (struct ata_port *ap,
fsm_start:
switch (ap->hsm_task_state) {
case HSM_ST_FIRST:
/* Some pre-ATAPI-4 devices assert INTRQ
/* Some pre-ATAPI-4 devices assert INTRQ
* at this state when ready to receive CDB.
*/

Expand All @@ -4422,7 +4422,7 @@ inline unsigned int ata_host_intr (struct ata_port *ap,
ap->hsm_task_state = HSM_ST_LAST;
goto fsm_start;
}

atapi_pio_bytes(qc);

if (unlikely(ap->hsm_task_state == HSM_ST_ERR))
Expand Down Expand Up @@ -4476,7 +4476,7 @@ inline unsigned int ata_host_intr (struct ata_port *ap,
printk(KERN_ERR "ata%u: command error, drv_stat 0x%x host_stat 0x%x\n",
ap->id, status, host_stat);

/* make sure qc->err_mask is available to
/* make sure qc->err_mask is available to
* know what's wrong and recover
*/
WARN_ON(qc->err_mask == 0);
Expand Down

0 comments on commit cf2f768

Please sign in to comment.