From 7c1fe4bd122602272a3f2c7d7c2fbc3124cf2f8d Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Sat, 11 Jul 2020 01:01:04 +0300 Subject: util/intelmetool: Fix error message Add a missing space to the message. Change-Id: I7d4042ebb587af8558294fb4961100b43910fd4a Signed-off-by: Evgeny Zinoviev Reviewed-on: https://review.coreboot.org/c/coreboot/+/43357 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Maxim Polyakov --- util/intelmetool/intelmetool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/intelmetool/intelmetool.c b/util/intelmetool/intelmetool.c index 426fa97756..482fd5b183 100644 --- a/util/intelmetool/intelmetool.c +++ b/util/intelmetool/intelmetool.c @@ -293,7 +293,7 @@ static void dump_me_info(void) printf("\n"); if (stat & 0xf000) - printf("ME: has a broken implementation on your board with" + printf("ME: has a broken implementation on your board with " "this firmware\n"); if (intel_mei_setup(dev)) -- cgit v1.2.3