ACK: [PATCH] acpi: method: fix a copy-n-paste error in _SUB test

Colin Ian King colin.king at canonical.com
Thu Apr 19 07:12:18 UTC 2018


On 19/04/18 05:55, Alex Hung wrote:
> Signed-off-by: Alex Hung <alex.hung at canonical.com>
> ---
>  src/acpi/method/method.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/acpi/method/method.c b/src/acpi/method/method.c
> index 48736af..db50c7c 100644
> --- a/src/acpi/method/method.c
> +++ b/src/acpi/method/method.c
> @@ -1061,7 +1061,7 @@ static void method_test_SUB_return(
>  				"%s returned a NULL string.", name);
>  		}
>  	else {
> -		fwts_failed(fw, LOG_LEVEL_MEDIUM, "Method_UIDBadReturnType",
> +		fwts_failed(fw, LOG_LEVEL_MEDIUM, "Method_SUBBadReturnType",
>  			"Method _SUB did not return a string or an integer.");
>  	}
>  }
> 
Good catch!

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



More information about the fwts-devel mailing list