diff options
| author | Jeff Garzik <jeff@garzik.org> | 2012-07-25 16:07:40 -0400 |
|---|---|---|
| committer | Jeff Garzik <jgarzik@redhat.com> | 2012-07-25 16:07:40 -0400 |
| commit | 641589bff714f39b33ef1d7f02eaa009f2993b64 (patch) | |
| tree | 86ff6d944e7dae60fe60f9ba485cc11129282ddf | |
| parent | 354b2eac3848bddbcb111079138b907ccca70ae8 (diff) | |
[libata] pata_cmd64x: whitespace cleanup
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
| -rw-r--r-- | drivers/ata/pata_cmd64x.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ata/pata_cmd64x.c b/drivers/ata/pata_cmd64x.c index 8ec25af898de..7ba01415b676 100644 --- a/drivers/ata/pata_cmd64x.c +++ b/drivers/ata/pata_cmd64x.c | |||
| @@ -423,7 +423,7 @@ static int cmd64x_init_one(struct pci_dev *pdev, const struct pci_device_id *id) | |||
| 423 | .port_ops = &cmd648_port_ops | 423 | .port_ops = &cmd648_port_ops |
| 424 | } | 424 | } |
| 425 | }; | 425 | }; |
| 426 | const struct ata_port_info *ppi[] = { | 426 | const struct ata_port_info *ppi[] = { |
| 427 | &cmd_info[id->driver_data], | 427 | &cmd_info[id->driver_data], |
| 428 | &cmd_info[id->driver_data], | 428 | &cmd_info[id->driver_data], |
| 429 | NULL | 429 | NULL |
| @@ -478,7 +478,7 @@ static int cmd64x_init_one(struct pci_dev *pdev, const struct pci_device_id *id) | |||
| 478 | if (port_ok && cntrl_ch0_ok && !(reg & CNTRL_CH0)) { | 478 | if (port_ok && cntrl_ch0_ok && !(reg & CNTRL_CH0)) { |
| 479 | dev_printk(KERN_NOTICE, &pdev->dev, "Primary port is disabled\n"); | 479 | dev_printk(KERN_NOTICE, &pdev->dev, "Primary port is disabled\n"); |
| 480 | ppi[0] = &ata_dummy_port_info; | 480 | ppi[0] = &ata_dummy_port_info; |
| 481 | 481 | ||
| 482 | } | 482 | } |
| 483 | if (port_ok && !(reg & CNTRL_CH1)) { | 483 | if (port_ok && !(reg & CNTRL_CH1)) { |
| 484 | dev_printk(KERN_NOTICE, &pdev->dev, "Secondary port is disabled\n"); | 484 | dev_printk(KERN_NOTICE, &pdev->dev, "Secondary port is disabled\n"); |
