aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2006-05-24 01:53:39 -0400
committerJeff Garzik <jeff@garzik.org>2006-05-24 01:53:39 -0400
commit8190bdb9291758f3b8c436ec1154c9923ddb57ea (patch)
tree19d576f7e3becc935f577329a7694296eaa0287e /drivers
parentf79d409fae879d135d1aaca6d83451f2787aec07 (diff)
downloadlinux-8190bdb9291758f3b8c436ec1154c9923ddb57ea.tar.gz
[libata] libata-scsi, sata_mv: trim trailing whitespace
Diffstat (limited to 'drivers')
-rw-r--r--drivers/scsi/libata-scsi.c2
-rw-r--r--drivers/scsi/sata_mv.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/libata-scsi.c b/drivers/scsi/libata-scsi.c
index 3ce7c198ff0d20..9e5cb9f748e6d8 100644
--- a/drivers/scsi/libata-scsi.c
+++ b/drivers/scsi/libata-scsi.c
@@ -2412,7 +2412,7 @@ ata_scsi_pass_thru(struct ata_queued_cmd *qc, const u8 *scsicmd)
if ((tf->protocol = ata_scsi_map_proto(scsicmd[1])) == ATA_PROT_UNKNOWN)
goto invalid_fld;
-
+
/* We may not issue DMA commands if no DMA mode is set */
if (tf->protocol == ATA_PROT_DMA && dev->dma_mode == 0)
goto invalid_fld;
diff --git a/drivers/scsi/sata_mv.c b/drivers/scsi/sata_mv.c
index eb5f8bcd03c1a8..691c115ac8e134 100644
--- a/drivers/scsi/sata_mv.c
+++ b/drivers/scsi/sata_mv.c
@@ -1377,7 +1377,7 @@ static void mv_host_intr(struct ata_host_set *host_set, u32 relevant,
/* Note that DEV_IRQ might happen spuriously during EDMA,
* and should be ignored in such cases.
* The cause of this is still under investigation.
- */
+ */
if (pp->pp_flags & MV_PP_FLAG_EDMA_EN) {
/* EDMA: check for response queue interrupt */
if ((CRPB_DMA_DONE << hard_port) & hc_irq_cause) {