diff options
author | Jeff Garzik <jeff@garzik.org> | 2011-02-15 07:13:24 +0100 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2011-03-02 08:36:45 +0100 |
commit | 4fca377f7488095ab04035e2bfe5c59873c22382 (patch) | |
tree | ee59e1db405f62bfa7b45214d4299fa460ce4fe5 /drivers/ata/pata_marvell.c | |
parent | libsas: convert to libata new error handler (diff) | |
download | linux-4fca377f7488095ab04035e2bfe5c59873c22382.tar.xz linux-4fca377f7488095ab04035e2bfe5c59873c22382.zip |
[libata] trivial: trim trailing whitespace for drivers/ata/*.[ch]
Diffstat (limited to 'drivers/ata/pata_marvell.c')
-rw-r--r-- | drivers/ata/pata_marvell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_marvell.c b/drivers/ata/pata_marvell.c index dd38083dcbeb..75a6a0c0094f 100644 --- a/drivers/ata/pata_marvell.c +++ b/drivers/ata/pata_marvell.c @@ -38,7 +38,7 @@ static int marvell_pata_active(struct pci_dev *pdev) /* We don't yet know how to do this for other devices */ if (pdev->device != 0x6145) - return 1; + return 1; barp = pci_iomap(pdev, 5, 0x10); if (barp == NULL) |