spelling: wait: fix spelling in xtensa wait.h

Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
This commit is contained in:
Liam Girdwood 2019-04-26 15:33:55 +01:00 committed by Janusz Jankowski
parent fdc5304740
commit 3262ac178d
1 changed files with 3 additions and 3 deletions

View File

@ -43,11 +43,11 @@ static inline void arch_wait_for_interrupt(int level)
{
int i;
/* can only eneter WFI when at runlevel 0 i.e. not IRQ level */
/* can only enter WFI when at run level 0 i.e. not IRQ level */
if (arch_interrupt_get_level() > 0)
panic(SOF_IPC_PANIC_WFI);
/* this sequnce must be atomic on LX6 */
/* this sequence must be atomic on LX6 */
XTOS_SET_INTLEVEL(5);
/* LX6 needs a delay */
@ -66,7 +66,7 @@ static inline void arch_wait_for_interrupt(int level)
static inline void arch_wait_for_interrupt(int level)
{
/* can only eneter WFI when at runlevel 0 i.e. not IRQ level */
/* can only enter WFI when at run level 0 i.e. not IRQ level */
if (arch_interrupt_get_level() > 0)
panic(SOF_IPC_PANIC_WFI);