vga: fix indention
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
f62cb1b6dd
commit
0d0302e203
@ -51,7 +51,7 @@ static int pci_std_vga_initfn(PCIDevice *dev)
|
||||
PCIVGAState *d = DO_UPCAST(PCIVGAState, dev, dev);
|
||||
VGACommonState *s = &d->vga;
|
||||
|
||||
// vga + console init
|
||||
/* vga + console init */
|
||||
vga_common_init(s);
|
||||
vga_init(s, pci_address_space(dev), pci_address_space_io(dev), true);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user