]> Git Repo - qemu.git/commitdiff
versatile_pci: Fix hardcoded tabs
authorPeter Maydell <[email protected]>
Fri, 19 Apr 2013 10:15:17 +0000 (11:15 +0100)
committerPeter Maydell <[email protected]>
Fri, 19 Apr 2013 10:15:17 +0000 (11:15 +0100)
There is just one line in this source file with a hardcoded tab
indent, so just fix it.

Signed-off-by: Peter Maydell <[email protected]>
Acked-by: Paul Brook <[email protected]>
hw/pci-host/versatile.c

index d67ca796fbde8241c8d1ccde948e4da297175ec7..04d002911950afe683757475917936a8cbc662d6 100644 (file)
@@ -104,7 +104,7 @@ static int pci_realview_init(SysBusDevice *dev)
 static int versatile_pci_host_init(PCIDevice *d)
 {
     pci_set_word(d->config + PCI_STATUS,
-                PCI_STATUS_66MHZ | PCI_STATUS_DEVSEL_MEDIUM);
+                 PCI_STATUS_66MHZ | PCI_STATUS_DEVSEL_MEDIUM);
     pci_set_byte(d->config + PCI_LATENCY_TIMER, 0x10);
     return 0;
 }
This page took 0.025325 seconds and 4 git commands to generate.