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

Colin Ian King colin.king at canonical.com
Mon Jul 17 07:49:10 UTC 2017


On 16/07/17 21:59, 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;
> 
Good catch! Thanks.

Acked-by: Colin Ian King <colin.king at canonical.com>



More information about the fwts-devel mailing list