soc: intel_adsp: Fix typo in cavs/power.c comment

This patch makes cosmetic changes to cavs/power.c by updating comments to
Doxygen style, fixing typos.

Signed-off-by: Tomasz Leman <tomasz.m.leman@intel.com>
This commit is contained in:
Tomasz Leman 2025-05-07 12:17:33 +02:00 committed by Benjamin Cabé
commit e70765391f

View file

@ -47,8 +47,8 @@ LOG_MODULE_REGISTER(soc);
#define ALL_USED_INT_LEVELS_MASK (L2_INTERRUPT_MASK | L3_INTERRUPT_MASK)
/*
* @biref FW entry point called by ROM during normal boot flow
/**
* @brief FW entry point called by ROM during normal boot flow
*/
extern void rom_entry(void);
void mp_resume_entry(void);