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

Colin Ian King colin.king at canonical.com
Tue Oct 24 08:18:45 UTC 2017


On 24/10/17 09:56, 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: Colin Ian King <colin.king at canonical.com>



More information about the fwts-devel mailing list