diff options
author | Jeff Garzik <jeff@garzik.org> | 2007-05-21 20:14:23 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-05-21 20:14:23 -0400 |
commit | a617c09f6d646b60f31efc8afd9f81b752bf21b7 (patch) | |
tree | eed0f6bfc0b8e25caae0f36765efe48e640107a9 /drivers/ata/pata_cmd640.c | |
parent | bc9a8a7eaa58d802a2b26c75edcc95cb92835db3 (diff) | |
download | linux-3.10-a617c09f6d646b60f31efc8afd9f81b752bf21b7.tar.gz linux-3.10-a617c09f6d646b60f31efc8afd9f81b752bf21b7.tar.bz2 linux-3.10-a617c09f6d646b60f31efc8afd9f81b752bf21b7.zip |
libata: Trim trailing whitespace
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata/pata_cmd640.c')
-rw-r--r-- | drivers/ata/pata_cmd640.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ata/pata_cmd640.c b/drivers/ata/pata_cmd640.c index ed00fa9d53b..31cbf8daa29 100644 --- a/drivers/ata/pata_cmd640.c +++ b/drivers/ata/pata_cmd640.c @@ -107,7 +107,7 @@ static void cmd640_set_piomode(struct ata_port *ap, struct ata_device *adev) pci_write_config_byte(pdev, arttim + 1, (t.active << 4) | t.recover); } else { /* Save the shared timings for channel, they will be loaded - by qc_issue_prot. Reloading the setup time is expensive + by qc_issue_prot. Reloading the setup time is expensive so we keep a merged one loaded */ pci_read_config_byte(pdev, ARTIM23, ®); reg &= 0x3F; @@ -231,7 +231,7 @@ static void cmd640_hardware_init(struct pci_dev *pdev) pci_write_config_byte(pdev, CMDTIM, 0); /* 512 byte bursts (sector) */ pci_write_config_byte(pdev, BRST, 0x40); - /* + /* * A reporter a long time ago * Had problems with the data fifo * So don't run the risk |