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:
parent
c26b0767f2
commit
e70765391f
1 changed files with 2 additions and 2 deletions
|
@ -47,8 +47,8 @@ LOG_MODULE_REGISTER(soc);
|
||||||
|
|
||||||
#define ALL_USED_INT_LEVELS_MASK (L2_INTERRUPT_MASK | L3_INTERRUPT_MASK)
|
#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);
|
extern void rom_entry(void);
|
||||||
void mp_resume_entry(void);
|
void mp_resume_entry(void);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue