diff options
author | Jeff Garzik <jeff@garzik.org> | 2006-08-31 00:03:49 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-08-31 00:03:49 -0400 |
commit | 85cd7251b9112e3dabeac9fd3b175601ca607241 (patch) | |
tree | b33b80f54883e224a586661165bd0aee2c47ed39 /drivers/ata/pata_netcell.c | |
parent | 481ff126e8d9be63809e7854badf815e54066eed (diff) |
[libata #pata-drivers] Trim trailing whitespace.
Diffstat (limited to 'drivers/ata/pata_netcell.c')
-rw-r--r-- | drivers/ata/pata_netcell.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ata/pata_netcell.c b/drivers/ata/pata_netcell.c index e3a85778cd4f..16cb254cb973 100644 --- a/drivers/ata/pata_netcell.c +++ b/drivers/ata/pata_netcell.c | |||
@@ -24,7 +24,7 @@ | |||
24 | * | 24 | * |
25 | * Cables are handled by the RAID controller. Report 80 pin. | 25 | * Cables are handled by the RAID controller. Report 80 pin. |
26 | */ | 26 | */ |
27 | 27 | ||
28 | static int netcell_pre_reset(struct ata_port *ap) | 28 | static int netcell_pre_reset(struct ata_port *ap) |
29 | { | 29 | { |
30 | ap->cbl = ATA_CBL_PATA80; | 30 | ap->cbl = ATA_CBL_PATA80; |
@@ -137,7 +137,7 @@ static int netcell_init_one (struct pci_dev *pdev, const struct pci_device_id *e | |||
137 | 137 | ||
138 | /* Any chip specific setup/optimisation/messages here */ | 138 | /* Any chip specific setup/optimisation/messages here */ |
139 | ata_pci_clear_simplex(pdev); | 139 | ata_pci_clear_simplex(pdev); |
140 | 140 | ||
141 | /* And let the library code do the work */ | 141 | /* And let the library code do the work */ |
142 | return ata_pci_init_one(pdev, port_info, 2); | 142 | return ata_pci_init_one(pdev, port_info, 2); |
143 | } | 143 | } |