diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-03-11 03:18:41 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-03-21 08:27:47 -0500 |
commit | a3dddd560ee936495466d85ecc97490d171e8d31 (patch) | |
tree | e9b5d778b5249ce348d2285a9b886b83c510d813 /arch/mips/pci/fixup-vr4133.c | |
parent | 59b3e8e9aac69d2d02853acac7e2affdfbabca50 (diff) |
[MIPS] War on whitespace: cleanup initial spaces followed by tabs.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/pci/fixup-vr4133.c')
-rw-r--r-- | arch/mips/pci/fixup-vr4133.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/pci/fixup-vr4133.c b/arch/mips/pci/fixup-vr4133.c index 03a0ff2fc993..a8a47b494b23 100644 --- a/arch/mips/pci/fixup-vr4133.c +++ b/arch/mips/pci/fixup-vr4133.c | |||
@@ -45,7 +45,7 @@ int pcibios_plat_dev_init(struct pci_dev *dev) | |||
45 | 45 | ||
46 | /* | 46 | /* |
47 | * we have to open the bridges' windows down to 0 because otherwise | 47 | * we have to open the bridges' windows down to 0 because otherwise |
48 | * we cannot access ISA south bridge I/O registers that get mapped from | 48 | * we cannot access ISA south bridge I/O registers that get mapped from |
49 | * 0. for example, 8259 PIC would be unaccessible without that | 49 | * 0. for example, 8259 PIC would be unaccessible without that |
50 | */ | 50 | */ |
51 | if(dev->vendor == PCI_VENDOR_ID_INTEL && dev->device == PCI_DEVICE_ID_INTEL_S21152BB) { | 51 | if(dev->vendor == PCI_VENDOR_ID_INTEL && dev->device == PCI_DEVICE_ID_INTEL_S21152BB) { |