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 eb5f8bcd03c..691c115ac8e 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) { |