ACK: [PATCH] apic: apicedge: fix typo in error messages
Colin Ian King
colin.king at canonical.com
Thu May 16 07:42:30 UTC 2019
On 02/05/2019 03:35, 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: Colin Ian King <colin.king at canonical.com>
More information about the fwts-devel
mailing list