[PATCH] acpi: msdm: fix print typo
Ivan Hu
ivan.hu at canonical.com
Thu Mar 19 08:28:58 UTC 2020
Signed-off-by: Ivan Hu <ivan.hu at canonical.com>
---
src/acpi/msdm/msdm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/acpi/msdm/msdm.c b/src/acpi/msdm/msdm.c
index 377e9d71..96f7b77a 100644
--- a/src/acpi/msdm/msdm.c
+++ b/src/acpi/msdm/msdm.c
@@ -124,7 +124,7 @@ static int msdm_test1(fwts_framework *fw)
passed = false;
fwts_failed(fw, LOG_LEVEL_HIGH,
"MSDMDataTypeInvalid",
- "MSDM Data Type field should be 0x00000001, got 0x8.8%" PRIx32
+ "MSDM Data Type field should be 0x00000001, got 0x%8.8" PRIx32
" instead",
msdm->data_type);
break;
--
2.17.1
More information about the fwts-devel
mailing list