util/intelmetool: Fix error message

Add a missing space to the message.

Change-Id: I7d4042ebb587af8558294fb4961100b43910fd4a
Signed-off-by: Evgeny Zinoviev <me@ch1p.io>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43357
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Maxim Polyakov <max.senia.poliak@gmail.com>
This commit is contained in:
Evgeny Zinoviev 2020-07-11 01:01:04 +03:00 committed by Patrick Georgi
parent 380789a6ee
commit 7c1fe4bd12
1 changed files with 1 additions and 1 deletions

View File

@ -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))