summaryrefslogtreecommitdiffstats
path: root/src/mainboard/emulation
diff options
context:
space:
mode:
authorHimanshu Sahdev <himanshusah@hcl.com>2019-09-10 16:15:41 +0530
committerPatrick Georgi <pgeorgi@google.com>2019-09-11 13:18:26 +0000
commit660ff2072dba2055cca131ff1b9d3007fc354c8a (patch)
treee469e2aae7908faa483ad70ab1c6fc71f59f650c /src/mainboard/emulation
parent2cc66916e5d5d5b0d2e92e180bae7ac64d30cbac (diff)
downloadcoreboot-660ff2072dba2055cca131ff1b9d3007fc354c8a.tar.gz
coreboot-660ff2072dba2055cca131ff1b9d3007fc354c8a.tar.bz2
coreboot-660ff2072dba2055cca131ff1b9d3007fc354c8a.zip
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>
Diffstat (limited to 'src/mainboard/emulation')
-rw-r--r--src/mainboard/emulation/qemu-i440fx/northbridge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/emulation/qemu-i440fx/northbridge.c b/src/mainboard/emulation/qemu-i440fx/northbridge.c
index 852800dc4d64..0bff4d7dd86b 100644
--- a/src/mainboard/emulation/qemu-i440fx/northbridge.c
+++ b/src/mainboard/emulation/qemu-i440fx/northbridge.c
@@ -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;