src/mainboard/a-trend - emulation: Add space around operators
Change-Id: Ib00a9b2feb723d46642d86b2706728bbca7dd68d Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/16616 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins)
This commit is contained in:
committed by
Patrick Georgi
parent
ed5f159ed5
commit
6350a2e43f
@@ -33,7 +33,7 @@ static void qemu_nb_init(device_t dev)
|
||||
uint8_t v = pci_read_config8(dev, 0x59);
|
||||
v |= 0x30;
|
||||
pci_write_config8(dev, 0x59, v);
|
||||
for (i=0; i<6; i++)
|
||||
for (i = 0; i < 6; i++)
|
||||
pci_write_config8(dev, 0x5a + i, 0x33);
|
||||
|
||||
/* This sneaked in here, because Qemu does not
|
||||
|
Reference in New Issue
Block a user