From c26b0767f286a8595d1e2843a29bb8d799fb10c0 Mon Sep 17 00:00:00 2001 From: Tomasz Leman Date: Tue, 6 May 2025 15:40:37 +0200 Subject: [PATCH] soc: intel_adsp: Update comment style and fix typos This patch makes cosmetic changes to ace/power.c by updating comments to Doxygen style, fixing typos, and removing an extraneous character for improved readability and consistency. Signed-off-by: Tomasz Leman --- soc/intel/intel_adsp/ace/power.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/soc/intel/intel_adsp/ace/power.c b/soc/intel/intel_adsp/ace/power.c index fc0f87570ec..b30d4eff04e 100644 --- a/soc/intel/intel_adsp/ace/power.c +++ b/soc/intel/intel_adsp/ace/power.c @@ -82,17 +82,17 @@ void power_down(bool disable_lpsram, bool disable_hpsram, bool response_to_ipc); */ extern void platform_context_restore(void); -/* +/** * @brief pointer to a persistent storage space, to be set by platform code */ uint8_t *global_imr_ram_storage; -/*8 - * @biref a d3 restore boot entry point +/** + * @brief a d3 restore boot entry point */ extern void boot_entry_d3_restore(void); -/* +/** * @brief re-enables IDC interrupt for all cores after exiting D3 state * * Called once from core 0 @@ -101,8 +101,8 @@ extern void soc_mp_on_d3_exit(void); #else -/* - * @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);