diff options
author | Evgeny Zinoviev <me@ch1p.com> | 2020-07-11 01:01:04 +0300 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-07-15 08:33:55 +0000 |
commit | 7c1fe4bd122602272a3f2c7d7c2fbc3124cf2f8d (patch) | |
tree | c1e527658335ba82c5cdc2465465acea8b6815e9 /util/intelmetool | |
parent | 380789a6eedd66a8ee1a7991f0e1a334703683cc (diff) |
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>
Diffstat (limited to 'util/intelmetool')
-rw-r--r-- | util/intelmetool/intelmetool.c | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |