diff options
author | Michał Żygowski <michal.zygowski@3mdeb.com> | 2022-02-20 23:13:20 +0100 |
---|---|---|
committer | Michał Żygowski <michal.zygowski@3mdeb.com> | 2022-03-09 09:27:06 +0000 |
commit | f7c268c253514043ddbdd99293b1d11c45e8bea1 (patch) | |
tree | 19236ee2b0800b03f8530b64e8491c256fb2288c /src | |
parent | 60b2ab8d1f280c84a8f4e870c5c81c3b4752d530 (diff) |
mb/dell/optiplex_9010/mainboard.c: Add missing space
Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
Change-Id: I3487b0ab94e565862ed727e9a91bd1efb364d43d
Reviewed-on: https://review.coreboot.org/c/coreboot/+/62208
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/dell/optiplex_9010/mainboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/dell/optiplex_9010/mainboard.c b/src/mainboard/dell/optiplex_9010/mainboard.c index 4490c14a0d..8a619c0700 100644 --- a/src/mainboard/dell/optiplex_9010/mainboard.c +++ b/src/mainboard/dell/optiplex_9010/mainboard.c @@ -61,7 +61,7 @@ static void mainboard_enable(struct device *dev) pin_sts |= get_gpio(GPIO_CHASSIS_ID2) << 2; pin_sts |= get_gpio(GPIO_FRONT_PANEL_CHASSIS_DET_L) << 3; - printk(BIOS_DEBUG, "Chassis type:"); + printk(BIOS_DEBUG, "Chassis type: "); switch (pin_sts) { case 0: printk(BIOS_DEBUG, "MT\n"); |