[PATCH 05/10] dmicheck: fix typo in type 8
Alex Hung
alex.hung at canonical.com
Thu May 21 02:37:57 UTC 2020
Signed-off-by: Alex Hung <alex.hung at canonical.com>
---
src/dmi/dmicheck/dmicheck.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/dmi/dmicheck/dmicheck.c b/src/dmi/dmicheck/dmicheck.c
index dd2e5d59..5fe0283c 100644
--- a/src/dmi/dmicheck/dmicheck.c
+++ b/src/dmi/dmicheck/dmicheck.c
@@ -1401,7 +1401,7 @@ static void dmicheck_entry(fwts_framework *fw,
"(range allowed 0x00..0x23, 0xa0..0xa4, 0xff) "
"while accessing entry '%s' @ "
"0x%8.8" PRIx32 ", field '%s', offset 0x%2.2x",
- data[0x7], table, addr, "Internal Connector Type", 0x7);
+ data[0x7], table, addr, "External Connector Type", 0x7);
if (!((data[0x8] <= 0x23) ||
(data[0x8] == 0xff) ||
--
2.25.1
More information about the fwts-devel
mailing list