diff options
author | Jeff Garzik <jeff@garzik.org> | 2006-08-31 00:02:15 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-08-31 00:02:15 -0400 |
commit | 9bec2e38527a9f2497b3d976715c672d08d6160d (patch) | |
tree | b081189d1beca3a81ade7209c131977cd8f23f3b /drivers/ata/pdc_adma.c | |
parent | b01e86fee6c821e4e003fd4e9f65453ac478a58e (diff) | |
download | talos-op-linux-9bec2e38527a9f2497b3d976715c672d08d6160d.tar.gz talos-op-linux-9bec2e38527a9f2497b3d976715c672d08d6160d.zip |
[libata] Trim trailing whitespace.
Diffstat (limited to 'drivers/ata/pdc_adma.c')
-rw-r--r-- | drivers/ata/pdc_adma.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |