From e70765391fb9201a0a725befa8604e6ef73f8e7e Mon Sep 17 00:00:00 2001 From: Tomasz Leman Date: Wed, 7 May 2025 12:17:33 +0200 Subject: [PATCH] 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 --- soc/intel/intel_adsp/cavs/power.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/soc/intel/intel_adsp/cavs/power.c b/soc/intel/intel_adsp/cavs/power.c index d3592b3a805..26d65dd12cf 100644 --- a/soc/intel/intel_adsp/cavs/power.c +++ b/soc/intel/intel_adsp/cavs/power.c @@ -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);