libata: trim trailing whitespace.

Also, fixup a tabs-to-spaces block of code in ata_piix.
This commit is contained in:
Jeff Garzik
2005-07-31 13:13:24 -04:00
parent 541134cfe7
commit 8a60a07129
12 changed files with 92 additions and 92 deletions

View File

@@ -234,7 +234,7 @@ static int sis_init_one (struct pci_dev *pdev, const struct pci_device_id *ent)
pci_read_config_dword(pdev, SIS_GENCTL, &genctl);
if ((genctl & GENCTL_IOMAPPED_SCR) == 0)
probe_ent->host_flags |= SIS_FLAG_CFGSCR;
/* if hardware thinks SCRs are in IO space, but there are
* no IO resources assigned, change to PCI cfg space.
*/