ACK: [PATCH] apic: apicedge: fix typo in error messages

ivanhu ivan.hu at canonical.com
Wed May 8 11:52:57 UTC 2019



On 5/2/19 10:35 AM, Alex Hung wrote:
> Signed-off-by: Alex Hung <alex.hung at canonical.com>
> ---
>   src/apic/apicedge/apicedge.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/apic/apicedge/apicedge.c b/src/apic/apicedge/apicedge.c
> index f190f2cf..9f90fc5c 100644
> --- a/src/apic/apicedge/apicedge.c
> +++ b/src/apic/apicedge/apicedge.c
> @@ -93,7 +93,7 @@ static int apicedge_test1(fwts_framework *fw)
>   		if ((irq < 15) && (edge == UNDEFINED))
>   			fwts_failed(fw, LOG_LEVEL_MEDIUM,
>   				"NonLegacyIRQLevelTrig",
> -				"Non-Legacy interrupt %i is incorrectly level triggered.", irq);
> +				"Non-Legacy interrupt %i is incorrectly undefined.", irq);
>   	}
>   	(void)fclose(file);
>   
> 

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



More information about the fwts-devel mailing list