diff mbox series

apic: apicedge: fix typo in error messages

Message ID 20190502023552.17355-1-alex.hung@canonical.com
State Accepted
Headers show
Series apic: apicedge: fix typo in error messages | expand

Commit Message

Alex Hung May 2, 2019, 2:35 a.m. UTC
Signed-off-by: Alex Hung <alex.hung@canonical.com>
---
 src/apic/apicedge/apicedge.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ivan Hu May 8, 2019, 11:52 a.m. UTC | #1
On 5/2/19 10:35 AM, Alex Hung wrote:
> Signed-off-by: Alex Hung <alex.hung@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@canonical.com>
Colin Ian King May 16, 2019, 7:42 a.m. UTC | #2
On 02/05/2019 03:35, Alex Hung wrote:
> Signed-off-by: Alex Hung <alex.hung@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@canonical.com>
Colin Ian King May 16, 2019, 7:42 a.m. UTC | #3
On 02/05/2019 03:35, Alex Hung wrote:
> Signed-off-by: Alex Hung <alex.hung@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@canonical.com>
diff mbox series

Patch

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);