From f7c268c253514043ddbdd99293b1d11c45e8bea1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=BBygowski?= Date: Sun, 20 Feb 2022 23:13:20 +0100 Subject: mb/dell/optiplex_9010/mainboard.c: Add missing space MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Żygowski Change-Id: I3487b0ab94e565862ed727e9a91bd1efb364d43d Reviewed-on: https://review.coreboot.org/c/coreboot/+/62208 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/mainboard/dell/optiplex_9010/mainboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- cgit v1.2.3