summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
diff options
context:
space:
mode:
authorAlbert Lee2006-03-25 10:37:53 +0100
committerJeff Garzik2006-03-30 00:21:53 +0200
commitcf2f7689f94ee02e52d5331bc1a87421a67a882c (patch)
treea356e551197ecc9852d5678cbff554119843440c /drivers/scsi
parentMerge branch 'upstream' (diff)
downloadkernel-qcow2-linux-cf2f7689f94ee02e52d5331bc1a87421a67a882c.tar.gz
kernel-qcow2-linux-cf2f7689f94ee02e52d5331bc1a87421a67a882c.tar.xz
kernel-qcow2-linux-cf2f7689f94ee02e52d5331bc1a87421a67a882c.zip
[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/scsi')
-rw-r--r--drivers/scsi/libata-core.c6
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,
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.
*/
@@ -4422,7 +4422,7 @@ fsm_start:
ap->hsm_task_state = HSM_ST_LAST;
goto fsm_start;
}
-
+
atapi_pio_bytes(qc);
if (unlikely(ap->hsm_task_state == HSM_ST_ERR))
@@ -4476,7 +4476,7 @@ fsm_start:
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);