diff options
author | Jeff Garzik <jeff@garzik.org> | 2006-05-24 01:53:39 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-05-24 01:53:39 -0400 |
commit | 8190bdb9291758f3b8c436ec1154c9923ddb57ea (patch) | |
tree | 19d576f7e3becc935f577329a7694296eaa0287e /drivers/scsi/sata_mv.c | |
parent | f79d409fae879d135d1aaca6d83451f2787aec07 (diff) |
[libata] libata-scsi, sata_mv: trim trailing whitespace
Diffstat (limited to 'drivers/scsi/sata_mv.c')
-rw-r--r-- | drivers/scsi/sata_mv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/sata_mv.c b/drivers/scsi/sata_mv.c index eb5f8bcd03c1..691c115ac8e1 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, | |||
1377 | /* Note that DEV_IRQ might happen spuriously during EDMA, | 1377 | /* Note that DEV_IRQ might happen spuriously during EDMA, |
1378 | * and should be ignored in such cases. | 1378 | * and should be ignored in such cases. |
1379 | * The cause of this is still under investigation. | 1379 | * The cause of this is still under investigation. |
1380 | */ | 1380 | */ |
1381 | if (pp->pp_flags & MV_PP_FLAG_EDMA_EN) { | 1381 | if (pp->pp_flags & MV_PP_FLAG_EDMA_EN) { |
1382 | /* EDMA: check for response queue interrupt */ | 1382 | /* EDMA: check for response queue interrupt */ |
1383 | if ((CRPB_DMA_DONE << hard_port) & hc_irq_cause) { | 1383 | if ((CRPB_DMA_DONE << hard_port) & hc_irq_cause) { |