ACK: [PATCH] acpi: method: add a missing space in _TSS tests

ivanhu ivan.hu at canonical.com
Wed Oct 25 06:44:47 UTC 2017



On 10/24/2017 03:56 PM, 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 b5484d7..509424f 100644
> --- a/src/acpi/method/method.c
> +++ b/src/acpi/method/method.c
> @@ -3078,7 +3078,7 @@ static void method_test_TSS_return(
>   		    (pkg->Package.Elements[0].Integer.Value > 100)) {
>   			fwts_failed(fw, LOG_LEVEL_MEDIUM,
>   				"Method_TSDSubPackageElement0",
> -				"%s sub-package %" PRIu32 " element 0"
> +				"%s sub-package %" PRIu32 " element 0 "
>   				"was expected to have value 1..100, instead "
>   				"was %" PRIu64 ".",
>   				name, i,
> 

Acked-by: Ivan Hu <ivan.hu at canonical.com>



More information about the fwts-devel mailing list