summaryrefslogtreecommitdiffstats
path: root/drivers/ata
diff options
context:
space:
mode:
authorJeff Garzik2006-08-31 06:02:15 +0200
committerJeff Garzik2006-08-31 06:02:15 +0200
commit9bec2e38527a9f2497b3d976715c672d08d6160d (patch)
treeb081189d1beca3a81ade7209c131977cd8f23f3b /drivers/ata
parentMerge /spare/repo/linux-2.6 into upstream (diff)
downloadkernel-qcow2-linux-9bec2e38527a9f2497b3d976715c672d08d6160d.tar.gz
kernel-qcow2-linux-9bec2e38527a9f2497b3d976715c672d08d6160d.tar.xz
kernel-qcow2-linux-9bec2e38527a9f2497b3d976715c672d08d6160d.zip
[libata] Trim trailing whitespace.
Diffstat (limited to 'drivers/ata')
-rw-r--r--drivers/ata/ahci.c2
-rw-r--r--drivers/ata/pdc_adma.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c
index 3f1106fdaed1..1aabc81d82f1 100644
--- a/drivers/ata/ahci.c
+++ b/drivers/ata/ahci.c
@@ -1075,7 +1075,7 @@ static void ahci_host_intr(struct ata_port *ap)
return;
/* ignore interim PIO setup fis interrupts */
- if (ata_tag_valid(ap->active_tag) && (status & PORT_IRQ_PIOS_FIS))
+ if (ata_tag_valid(ap->active_tag) && (status & PORT_IRQ_PIOS_FIS))
return;
if (ata_ratelimit())
diff --git a/drivers/ata/pdc_adma.c b/drivers/ata/pdc_adma.c
index 912211ada816..0e23ecb77bc2 100644
--- a/drivers/ata/pdc_adma.c
+++ b/drivers/ata/pdc_adma.c
@@ -497,7 +497,7 @@ static inline unsigned int adma_intr_mmio(struct ata_host *host)
continue;
DPRINTK("ata%u: protocol %d (dev_stat 0x%X)\n",
ap->id, qc->tf.protocol, status);
-
+
/* complete taskfile transaction */
pp->state = adma_state_idle;
qc->err_mask |= ac_err_mask(status);