Skip to content

Commit

Permalink
[PATCH] libata: indent and whitespace change
Browse files Browse the repository at this point in the history
Signed-off-by: Albert Lee <albertcc@tw.ibm.com>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
  • Loading branch information
Albert Lee authored and Jeff Garzik committed Sep 28, 2005
1 parent 87e807b commit ee500aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion drivers/scsi/libata-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -3586,7 +3586,7 @@ u8 ata_bmdma_status(struct ata_port *ap)
void __iomem *mmio = (void __iomem *) ap->ioaddr.bmdma_addr;
host_stat = readb(mmio + ATA_DMA_STATUS);
} else
host_stat = inb(ap->ioaddr.bmdma_addr + ATA_DMA_STATUS);
host_stat = inb(ap->ioaddr.bmdma_addr + ATA_DMA_STATUS);
return host_stat;
}

Expand Down
6 changes: 3 additions & 3 deletions drivers/scsi/sata_promise.c
Original file line number Diff line number Diff line change
Expand Up @@ -438,11 +438,11 @@ static inline unsigned int pdc_host_intr( struct ata_port *ap,
break;

default:
ap->stats.idle_irq++;
break;
ap->stats.idle_irq++;
break;
}

return handled;
return handled;
}

static void pdc_irq_clear(struct ata_port *ap)
Expand Down

0 comments on commit ee500aa

Please sign in to comment.