From 88c0063a3fedead85d0f9b2880a1f2736418dccf Mon Sep 17 00:00:00 2001 From: Guennadi Liakhovetski Date: Thu, 1 Apr 2021 14:04:42 +0200 Subject: [PATCH] xtensa: Intel ADSP: fix a typo Fix a copy-paste typo. Signed-off-by: Guennadi Liakhovetski --- soc/xtensa/intel_adsp/common/soc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soc/xtensa/intel_adsp/common/soc.c b/soc/xtensa/intel_adsp/common/soc.c index 64ad62f1dcc..431bb17f780 100644 --- a/soc/xtensa/intel_adsp/common/soc.c +++ b/soc/xtensa/intel_adsp/common/soc.c @@ -130,7 +130,7 @@ int z_soc_irq_is_enabled(unsigned int irq) goto out; } - /* Then enable the interrupt in CAVS interrupt controller */ + /* Then check the interrupt in CAVS interrupt controller */ ret = irq_line_is_enabled_next_level(dev_cavs, CAVS_IRQ_NUMBER(irq)); out: