diff options
author | Albert Lee <albertcc@tw.ibm.com> | 2006-03-25 04:37:53 -0500 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-03-29 17:21:53 -0500 |
commit | cf2f7689f94ee02e52d5331bc1a87421a67a882c (patch) | |
tree | a356e551197ecc9852d5678cbff554119843440c /drivers | |
parent | 4bbf7bc4c7bf1c80ec3c942fa5f1b6e6fa67dd99 (diff) |
[PATCH] libata-dev: Remove trailing whitespaces
Remove trailing whitespaces.
Signed-off-by: Albert Lee <albertcc@tw.ibm.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/scsi/libata-core.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/scsi/libata-core.c b/drivers/scsi/libata-core.c index c3c4263fdb12..76418289aa78 100644 --- a/drivers/scsi/libata-core.c +++ b/drivers/scsi/libata-core.c | |||
@@ -4397,7 +4397,7 @@ inline unsigned int ata_host_intr (struct ata_port *ap, | |||
4397 | fsm_start: | 4397 | fsm_start: |
4398 | switch (ap->hsm_task_state) { | 4398 | switch (ap->hsm_task_state) { |
4399 | case HSM_ST_FIRST: | 4399 | case HSM_ST_FIRST: |
4400 | /* Some pre-ATAPI-4 devices assert INTRQ | 4400 | /* Some pre-ATAPI-4 devices assert INTRQ |
4401 | * at this state when ready to receive CDB. | 4401 | * at this state when ready to receive CDB. |
4402 | */ | 4402 | */ |
4403 | 4403 | ||
@@ -4422,7 +4422,7 @@ fsm_start: | |||
4422 | ap->hsm_task_state = HSM_ST_LAST; | 4422 | ap->hsm_task_state = HSM_ST_LAST; |
4423 | goto fsm_start; | 4423 | goto fsm_start; |
4424 | } | 4424 | } |
4425 | 4425 | ||
4426 | atapi_pio_bytes(qc); | 4426 | atapi_pio_bytes(qc); |
4427 | 4427 | ||
4428 | if (unlikely(ap->hsm_task_state == HSM_ST_ERR)) | 4428 | if (unlikely(ap->hsm_task_state == HSM_ST_ERR)) |
@@ -4476,7 +4476,7 @@ fsm_start: | |||
4476 | printk(KERN_ERR "ata%u: command error, drv_stat 0x%x host_stat 0x%x\n", | 4476 | printk(KERN_ERR "ata%u: command error, drv_stat 0x%x host_stat 0x%x\n", |
4477 | ap->id, status, host_stat); | 4477 | ap->id, status, host_stat); |
4478 | 4478 | ||
4479 | /* make sure qc->err_mask is available to | 4479 | /* make sure qc->err_mask is available to |
4480 | * know what's wrong and recover | 4480 | * know what's wrong and recover |
4481 | */ | 4481 | */ |
4482 | WARN_ON(qc->err_mask == 0); | 4482 | WARN_ON(qc->err_mask == 0); |