Michał Żygowski has submitted this change. ( https://review.coreboot.org/c/coreboot/+/62208 )
Change subject: mb/dell/optiplex_9010/mainboard.c: Add missing space ......................................................................
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 --- M src/mainboard/dell/optiplex_9010/mainboard.c 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Martin Roth: Looks good to me, approved
diff --git a/src/mainboard/dell/optiplex_9010/mainboard.c b/src/mainboard/dell/optiplex_9010/mainboard.c index 4490c14..8a619c0 100644 --- a/src/mainboard/dell/optiplex_9010/mainboard.c +++ b/src/mainboard/dell/optiplex_9010/mainboard.c @@ -61,7 +61,7 @@ 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");