]> err.no Git - linux-2.6/blobdiff - drivers/ata/sata_inic162x.c
Merge branch 'v2.6.24-rc1-lockdep' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6] / drivers / ata / sata_inic162x.c
index b97d077e61b5928bd490376f82da2620ad8d4cd9..323c087e8cc122bb04189ee361952147c6b8faa8 100644 (file)
@@ -143,7 +143,7 @@ static const int scr_map[] = {
        [SCR_CONTROL]   = 2,
 };
 
-static void __iomem * inic_port_base(struct ata_port *ap)
+static void __iomem *inic_port_base(struct ata_port *ap)
 {
        return ap->host->iomap[MMIO_BAR] + ap->port_no * PORT_SIZE;
 }