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

Alex Hung alex.hung at canonical.com
Thu May 2 02:35:52 UTC 2019


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




More information about the fwts-devel mailing list