ACK: [PATCH] acpi: method: Fix error message.

Alex Hung alex.hung at canonical.com
Mon Jul 17 07:17:33 UTC 2017


On 2017-07-16 01:59 PM, Vinson Lee wrote:
> 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;
> 


Acked-by: Alex Hung <alex.hung at canonical.com>



More information about the fwts-devel mailing list