[PATCH] acpi: method: Fix error message.
Vinson Lee
vlee at freedesktop.org
Sun Jul 16 20:59:12 UTC 2017
Signed-off-by: Vinson Lee <vlee at freedesktop.org>
---
src/acpi/method/method.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/acpi/method/method.c b/src/acpi/method/method.c
index a99c7d04..75aac0a3 100644
--- a/src/acpi/method/method.c
+++ b/src/acpi/method/method.c
@@ -1257,7 +1257,7 @@ static void method_test_HID_return(
fwts_failed(fw, LOG_LEVEL_MEDIUM,
"MethodHIDInvalidInteger",
"%s returned a integer 0x%8.8" PRIx64 " "
- "(EISA ID %s) but the this is not a valid "
+ "(EISA ID %s) but this is not a valid "
"EISA ID encoded PNP ID.",
name, (uint64_t)obj->Integer.Value, tmp);
break;
@@ -1312,7 +1312,7 @@ static void method_valid_CID_Type(
fwts_failed(fw, LOG_LEVEL_MEDIUM,
"MethodCIDInvalidInteger",
"%s returned a integer 0x%8.8" PRIx64 " "
- "(EISA ID %s) but the this is not a valid "
+ "(EISA ID %s) but this is not a valid "
"EISA ID encoded PNP ID.",
name, (uint64_t)obj->Integer.Value, tmp);
break;
--
2.11.0
More information about the fwts-devel
mailing list