pm: Document missing parameter in exit post ops

info parameter was not properly documented.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
Flavio Ceolin 2021-10-25 14:54:17 -07:00 committed by Anas Nashif
commit af2def14d8

View file

@ -189,6 +189,8 @@ const struct pm_state_info pm_power_state_next_get(void);
* be needed to be done after sleep state exits. Currently it enables
* interrupts after resuming from sleep state. In future, the enabling
* of interrupts may be moved into the kernel.
*
* @param info Power state that the given cpu is leaving.
*/
void pm_power_state_exit_post_ops(struct pm_state_info info);