emulation/qemu-i440fx/northbridge.c: Fix minor whitespace
Change-Id: Ifc3825119c8463a7d17a5c162330f49612ae1b85 Signed-off-by: Himanshu Sahdev <himanshusah@hcl.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/35311 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
parent
2cc66916e5
commit
660ff2072d
|
@ -72,7 +72,7 @@ static void cpu_pci_domain_read_resources(struct device *dev)
|
|||
for (i = 0; i < f.size / sizeof(*list); i++) {
|
||||
switch (list[i].type) {
|
||||
case 1: /* RAM */
|
||||
printk(BIOS_DEBUG, "QEMU: e820/ram: 0x%08llx +0x%08llx\n",
|
||||
printk(BIOS_DEBUG, "QEMU: e820/ram: 0x%08llx + 0x%08llx\n",
|
||||
list[i].address, list[i].length);
|
||||
if (list[i].address == 0) {
|
||||
tomk = list[i].length / 1024;
|
||||
|
|
Loading…
Reference in New Issue